couchbase-partners / amazon-cloud-formation-couchbase

Amazon CloudFormation Templates (CFT) for Couchbase Enterprise
Apache License 2.0
9 stars 21 forks source link

need capability for account #1

Closed benofben closed 7 years ago

benofben commented 7 years ago

An error occurred (InsufficientCapabilitiesException) when calling the CreateStack operation: Requires capabilities : [CAPABILITY_IAM] Bens-MacBook:amazon-cloud-formation-couchbase ben$

benofben commented 7 years ago

Opened a helpdesk ticket. I think this is an issue with my account, not the template.

tleyden commented 7 years ago

I believe you just need to add:

$ aws cloudformation create-stack ... --capabilities CAPABILITY_IAM 
benofben commented 7 years ago

Thanks. Yeah, that works!