Fix EC2 IAM documentation. Possibly fixes #577

This commit is contained in:
Jim Browne 2014-04-29 00:05:49 -07:00
parent 379f3ae933
commit 93c7e01c9f
1 changed files with 11 additions and 5 deletions

View File

@ -46,19 +46,25 @@ The following policy document provides the minimal set permissions necessary for
"ec2:AttachVolume",
"ec2:CreateVolume",
"ec2:DeleteVolume",
"ec2:CreateKeypair",
"ec2:DeleteKeypair",
"ec2:CreateSecurityGroup",
"ec2:DeleteSecurityGroup",
"ec2:AuthorizeSecurityGroupIngress",
"ec2:CreateImage",
"ec2:RunInstances",
"ec2:TerminateInstances",
"ec2:StopInstances",
"ec2:DescribeVolumes",
"ec2:DetachVolume",
"ec2:DescribeInstances",
"ec2:CreateSnapshot",
"ec2:DeleteSnapshot",
"ec2:DescribeSnapshots",
"ec2:DescribeImages",
"ec2:RegisterImage",
"ec2:CreateTags"
"ec2:CreateTags",
"ec2:ModifyImageAttribute"
],
"Resource" : "*"
}]