https://pulumi.com logo
Title
p

proud-art-41399

01/07/2022, 11:18 AM
Hi, it seems that AWS doesn't propagate tags to ECS cluster when provisioning the Batch compute environment (which I also found mentioned here on Stack Overflow). The ComputeEnvironment resource provides an
ecs_cluster_arn
output. Would it be possible to somehow apply the tags after creating the ECS cluster using Pulumi?
b

billowy-army-68599

01/07/2022, 2:10 PM
@proud-art-41399 you can use `aws.ecs.Tag`: https://www.pulumi.com/registry/packages/aws/api-docs/ecs/tag/
p

proud-art-41399

01/07/2022, 3:06 PM
Awesome, thanks!