jenkinsci / amazon-ecs-plugin

Amazon EC2 Container Service Plugin for Jenkins
https://plugins.jenkins.io/amazon-ecs
MIT License
193 stars 227 forks source link

Allow custom tags for the ECS agent templates and created ECS tasks #256

Closed ethemcemozkan closed 2 years ago

ethemcemozkan commented 2 years ago

What feature do you want to see added?

The plugin creates agent templates and ECS tasks with a default set of tags. It would be really nice to define custom tags for the templates. I think custom tag support is a good idea, especially when AWS customers already utilize tags in the Cost Explorer. Using default tags in the Cost Explorer may not be good for everybody because every AWS customer can have its own spend categories.

With this feature, when an agent(the ECS task) is created, it would also have custom tags. This would allow created tasks to be visible in existing AWS Cost Reports.

Upstream changes

No response

ugurkany commented 2 years ago

I am working on this feature right now. I will create a PR at the end of this week.

ugurkany commented 2 years ago

PR merged. The feature will be available on the next release!