aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.1k stars 53 forks source link

AWS::IAM::Role doesn't take the 3 cloudformation tags #277

Open rjpereira opened 4 years ago

rjpereira commented 4 years ago
  1. Cloudformation doesn't add its default 3 tags to roles (stack-name, stack-id and logical-id)

  2. Expected behavior: the 3 resources should be present

  3. Additional context This is even more important because roles are global. If a stack is deployed regionally always adding the same role but not defining a name, it results on cloudformation deploying the same role with random names on each of the 3 regions. The tag would allow to identify which stack on which region created it. Without it only by visiting each of the regions to match the random name.

ramblingenzyme commented 1 year ago

Additionally, this also applies to stack level tags.

elmic11111 commented 1 week ago

Any progress on this?