aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap
AWS::IAM::Role doesn't take the 3 cloudformation tags
Open
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
Assessment
This issue has not been assessed yet.