aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap

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

Open
#277 3 comments 37 reactions 0 assignees View on GitHub
security identity compliance
Dominant language
No language data
Stars
1.1k
Forks
62
PR merge metrics
No merged PRs in 30d

Description

2. Cloudformation doesn't add its default 3 tags to roles (stack-name, stack-id and logical-id)

3. Expected behavior: the 3 resources should be present

7. 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.