eddmann / serverless-fargate

Maintain long-running Fargate ECS tasks within your Serverless project
53 stars 22 forks source link

It would be nice to propagate tags to scheduled tasks #54

Open dylanpercyy opened 6 months ago

dylanpercyy commented 6 months ago

The default by AWS is not to propagate tags from the task definition and as far as I can tell there is no option for this. It would be nice to deploy scheduled tasks with this option.

In the AWS console you can update scheduled tasks to propagate tags from the task definition by:

eddmann commented 4 months ago

Hey, do you know of the CloudFormation configuration of that would be required to achieve this, and/or have some AWS resources to look further into this?