Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Commit

Permalink
Document the AWS permissions needed to use this bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hall committed Dec 9, 2015
1 parent bb3ae48 commit 71e184d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -51,6 +51,12 @@ The key here is to set the `Resources.<YourASG_Name>.UpdatePolicy.WaitOnResource
}
}

The credentials used by your CloudFormation client need to have the following permissions:

* cloudformation:DescribeStackResource
* Used to confirm that a stack update is in progress, before attempting to signal the resource state.
* cloudformation:SignalResource

### Maven Dependency ###

Add this to your Dropwizard Webservice pom.xml.
Expand Down

0 comments on commit 71e184d

Please sign in to comment.