Added missing minimum policy actions.

Going through the installation process it appears that you're missing the following calls: `ec2:describeAddresses` and `ec2:allocateAddress`. This change fixes that.
This commit is contained in:
Osman Surkatty 2017-05-05 23:18:28 -07:00 committed by GitHub
parent 6f170982aa
commit 3ca3c46cd4

View file

@ -157,7 +157,9 @@ Additional tags:
"ec2:DescribeSecurityGroups",
"ec2:AuthorizeSecurityGroupIngress",
"ec2:RunInstances",
"ec2:DescribeInstances"
"ec2:DescribeInstances",
"ec2:AllocateAddress",
"ec2:DescribeAddresses"
],
"Resource": [
"*"