| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
The AWS CloudFormation Resource Tags property is used to apply user-defined tags to supported resource types in AWS CloudFormation. Tags can be used to help you identify and categorize resources for various purposes.
In addition to any tags you define, AWS CloudFormation automatically creates the following stack-level tags with the prefix "aws:":
aws:cloudformation:logical-id
aws:cloudformation:stack-id
aws:cloudformation:stack-name
All stack-level tags, including automatically created tags, are propagated to resources that support tagging. Resources that support tagging include:
Note
Tagging implementations may may vary by resource. For example, AWS::AutoScaling::AutoScalingGroup provides an additional, required PropagateAtLaunch property as part of its tagging scheme.