AWS Batch: how to propagate tags to ECS clusters and EC2 auto scaling groups?

1

When setting up a managed compute environment, AWS Batch allows to set tags on compute resources it creates. Per my experiments these tags get only applied to EC2 instances launched in the compute environment, but not to the ECS cluster nor the EC2 auto scaling group created for the environment.

Is this a bug in AWS Batch? If not, what's the recommended way to propagate tags to Batch-initiated ECS clusters and auto scaling groups?

Ralf J
已提问 2 年前981 查看次数
1 回答
1

Hey @Ralf J - nope, this is not a bug. That functionality is only intended to tag the EC2 instances. You can certainly ask for a feature request to be opened against AWS Batch on this if it's valuable. I am curious to know more about your use case. Are you trying to operate on the resources and use the tags to filter, doing something like this?

aws autoscaling describe-auto-scaling-groups --filters <tags>
AWS
ASGDude
已回答 2 年前
  • I want to use the tags for monitoring.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则