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년 전1053회 조회
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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠