Add required DescribeSubnets IAM permission

From https://github.com/mitchellh/packer/pull/3037, building an AMI now requires DescribeSubnets so we should document that.
This commit is contained in:
Luke Amdor 2016-01-13 13:46:20 -06:00
parent 97cd6dfc6c
commit 213d72a2bb
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ Packer to work:
"ec2:DeleteVolume",
"ec2:CreateKeypair",
"ec2:DeleteKeypair",
"ec2:DescribeSubnets",
"ec2:CreateSecurityGroup",
"ec2:DeleteSecurityGroup",
"ec2:AuthorizeSecurityGroupIngress",