cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

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

Open rjpereira opened this issue 6 years ago • 2 comments

  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.

rjpereira avatar Nov 25 '19 23:11 rjpereira

Additionally, this also applies to stack level tags.

ramblingenzyme avatar Feb 28 '23 23:02 ramblingenzyme

Any progress on this?

elmic11111 avatar Jun 26 '24 10:06 elmic11111