feat: Support ECS Managed Daemons - #485
Merged
Merged
Conversation
guikcd
marked this pull request as draft
June 12, 2026 09:16
keidarcy
marked this pull request as ready for review
June 14, 2026 13:22
Owner
|
Thank you for your contribution. I believe this could be a useful feature for people who are using it. Could you please help adding terraform test files that I can apply and test this branch easily. |
Contributor
Author
|
Ok terraform aws provider support ECS Managed Daemons since June 10 |
guikcd
force-pushed
the
ecs_managed_daemons
branch
2 times, most recently
from
June 15, 2026 09:05
3a5efea to
d666ff5
Compare
guikcd
force-pushed
the
ecs_managed_daemons
branch
from
June 15, 2026 12:07
d666ff5 to
2b5c8fc
Compare
Contributor
Author
keidarcy
self-requested a review
June 17, 2026 01:28
Owner
|
I made some alignments and removed get daemon service count on cluster list since I think it's not worth to spend time to get it for all clusters. Thank you very much for this PR. Published in the latest version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add ECS Managed Daemons support
Summary
Adds full support for ECS Managed Daemons (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/managed-daemons.html), a new AWS feature that deploys cross-cutting software agents independently across ECS infrastructure using dedicated daemon task definitions.
SDK upgrade
New views
New API layer (internal/api/daemon.go)
Cluster view
Navigation
GitHub Actions
Code assisted with Kiro-cli