You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
Interestingly, the SDK code all use the AttachRolePolicy method after creating the role. I did not test them but they look good. I suppose this is a nuance of Cloudformation that i imagine is a little harder to capture than with the REST APIs
The text was updated successfully, but these errors were encountered:
Describe the bug
I created an IAM Role with managed policies but the generated CFN did not contain them.
Related Mapping
iam:AttacheRoleToPolicy
Related Language
Cloudformation
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected CFN like this:
Actual behaviour
Got CFN like this:
Additional context
Interestingly, the SDK code all use the
AttachRolePolicy
method after creating the role. I did not test them but they look good. I suppose this is a nuance of Cloudformation that i imagine is a little harder to capture than with the REST APIsThe text was updated successfully, but these errors were encountered: