ecs-deploy icon indicating copy to clipboard operation
ecs-deploy copied to clipboard

add support for setting tags on newly created task definitions

Open nwsparks opened this issue 3 years ago • 2 comments

It would be helpful to be able to define tags when deploying using ecs-deploy.

We use this tool to coordinate deployments, but Terraform to create the initial task definition. It would be great if we could set tags then to differentiate between the definitions created by this tool, and the ones created by Terraform.

Out specific use case is that we would like to cleanup old task definitions created by ecs-deploy, but not the ones created by Terraform.

nwsparks avatar May 02 '22 19:05 nwsparks

Bumping this, it would be very helpful!

myufa avatar Feb 23 '23 21:02 myufa

an alternative to this could be an option to not copy the tags so that ecs deploy resources were created without tags in order to distinguish them.

the code that is doing the copying of tags was added here https://github.com/fabfuel/ecs-deploy/pull/139

nwsparks avatar Feb 28 '23 16:02 nwsparks