Skip to content

Commit

Permalink
Add detail about the required IAM role permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
brwyatt committed Mar 28, 2015
1 parent f9bb655 commit 12ccc21
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ When used as below, the launched instance will download a release of
this repository and use it to load a base configuration and save it
as an AMI.

## IAM Role
When using these scripts to create AMIs, they must be granted a role
with access to the following actions:

- ec2:CreateImage

## How to Use
There are two methods for using this code to bootstrap your EC2 AMIs
There are two methods for using this code to bootstrap your EC2 AMIs.

### Full User Data
The complete contents of the `UserData` script can be pasted into the
Expand Down

0 comments on commit 12ccc21

Please sign in to comment.