FEATURE REQUEST: Propagate Container Instance and Service Tags to Task
- Dominant language
- Shell
- Stars
- 5.4k
- Forks
- 334
- PR merge metrics
- No merged PRs in 30d
Description
### Summary
Would be great to have the ECS Container Instance, Service and Task Tags to propagate to the container as labels and be able to retrieve the labels from inside the container. Or add the docker daemon labels to the metadata.
### Description
curl $ECS_CONTAINER_METADATA_URI
should display container instance, service and task tags as labels.
Could be used to provide instance specific information to each containers.
Contributor guide
Research direction
Start with the ECS container metadata endpoint at $ECS_CONTAINER_METADATA_URI and review how its response is exposed inside the container. The work is complete when curling that endpoint displays the container instance, service, and task tags as container labels or equivalent metadata.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, docker
- Domain
- cloud, devops
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100