Stack-level CF tags are not propagated to AWS::Batch::ComputeEnvironment
Name of the resource
AWS::Batch::ComputeEnvironment
Resource Name
No response
Issue Description
AWS::Batch::ComputeEnvironment does not apply stack level tags during CloudFormation stack create or update operations.
Expected Behavior
All stack level tags applied to AWS::Batch::ComputeEnvironment resource.
Observed Behavior
Stack level user tags do not get propagated to AWS::Batch::ComputeEnvironment resource during CloudFormation Create or Update operation.
Test Cases
-
Create a CF stack with AWS::Batch::ComputeEnvironment and some other resources
-
Add stack-level tags to the CF stack
-
Stack level tags not propagated to the AWS::Batch::ComputeEnvironment while the other resources are tagged.
Other Details
No response
This issue seem to be affecting AWS::ElastiCache::ReplicationGroup as well.
We are aware of the issue and believe we have a fix. Once tested and rolled out we will update this thread.
EDIT: The fix is only for the AWS::Batch::ComputeEnvironment resource
Has this been actually fixed? We have multiple compute environments which did NOT get any CloudFormation tags, even though they were just replaced due to other changes.