Update Master IAM Policy to Include ELB

This commit is contained in:
Adam Sunderland 2015-06-02 19:27:09 -05:00
parent 9740c7c3ad
commit 2b4d37427e

View File

@ -6,6 +6,11 @@
"Action": ["ec2:*"],
"Resource": ["*"]
},
{
"Effect": "Allow",
"Action": ["elasticloadbalancing:*"],
"Resource": ["*"]
},
{
"Effect": "Allow",
"Action": "s3:*",