feat(ecs): Support tags when registering ECS task definitions
@armistcxy is already working on this.
Since Apr 27, 2026.
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 364
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 84
Description
What would you like to be added:
The ability to pass tags []types.Tag to the RegisterTaskDefinition function inside the ECS platform provider (pkg/app/piped/platformprovider/ecs/client.go), and propagate them to the AWS ECS SDK ecs.RegisterTaskDefinitionInput.
Currently, there is an explicit // TODO: Support tags for registering task definition. left in the codebase at line 202.
Why is this needed:
AWS relies heavily on tags for cost allocation, organization, and IAM resource-level permissions. Discarding tags at the task definition registration phase breaks parity with AWS best practices, preventing teams from effectively tracking costs and managing their deployed resources directly via PipeCD metadata. I've noted this gap while working with the generic provider schemas.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.