Added missing minimum policy actions. (#522)

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-06 06:16:35 -07:00 committed by Dan Guido
parent 8327835ddf
commit 42dae777aa

View file

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