Merge pull request #9157 from iterion/aws-elb-policy

AWS: Update Master IAM Policy to Include ELB
This commit is contained in:
Brian Grant 2015-06-03 12:35:03 -07:00
commit a72be4667f

View File

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