Hi, it seems that AWS doesn't propagate tags to EC...
# aws
p
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
@proud-art-41399 you can use `aws.ecs.Tag`: https://www.pulumi.com/registry/packages/aws/api-docs/ecs/tag/
p
Awesome, thanks!