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

Add Capability support to AWS CloudFormation plugin #10

Open
rstml opened this issue Mar 1, 2015 · 0 comments
Open

Add Capability support to AWS CloudFormation plugin #10

rstml opened this issue Mar 1, 2015 · 0 comments

Comments

@rstml
Copy link

rstml commented Mar 1, 2015

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 :

https://cloudformation.us-east-1.amazonaws.com/
  ?Action=CreateStack
  &StackName=MyStack
  &TemplateBody=[Template Document]
  &Capabilities.member.1=CAPABILITY_IAM
  &...

It would be good to have configuration parameter capabilities:

<configuration>
   ...
   <capabilities>CAPABILITY_IAM</capabilities>
   ...
</configuration>

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.

@rstml rstml changed the title Add Capatibility support to AWS CloudFormation plugin Add Capability support to AWS CloudFormation plugin Mar 1, 2015
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