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
When creating stacks involving IAM, it's required to include IAM capability in the request. Request will look like following, note Capabilities.member.1=CAPABILITY_IAM :
When creating stacks involving IAM, it's required to include IAM capability in the request. Request will look like following, note
Capabilities.member.1=CAPABILITY_IAM
:It would be good to have configuration parameter
capabilities
:See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html
PS: Same applies to
NotificationARNs.member.N
, but it's not used in my case.The text was updated successfully, but these errors were encountered: