Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement fix for AWS change for capabilities parameter #12

Open
johntrimble opened this issue Nov 18, 2013 · 0 comments
Open

Implement fix for AWS change for capabilities parameter #12

johntrimble opened this issue Nov 18, 2013 · 0 comments
Assignees

Comments

@johntrimble
Copy link
Owner

Currently, if someone attempts to create a stack who does not have permission to create IAM resources, the following error will be produced regardless of whether or not the stack actually contains IAM resources:

create-stack failed: Requires capabilities : [CAPABILITY_IAM]

This is due to a change on AWS's end where they added a capabilities parameter that defaults to CAPABILITY_IAM.

@ghost ghost assigned johntrimble Nov 18, 2013
johntrimble added a commit that referenced this issue Nov 19, 2013
… Added FAQ to document some unexpected consequences of this AWS API change.
johntrimble added a commit that referenced this issue Nov 19, 2013
Fixes issue #12 - Added support for AWS's new Capabilities parameter. Ad...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant