Commit a72be466 authored by Brian Grant's avatar Brian Grant

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

AWS: Update Master IAM Policy to Include ELB
parents d6d52b41 2b4d3742
......@@ -8,6 +8,11 @@
},
{
"Effect": "Allow",
"Action": ["elasticloadbalancing:*"],
"Resource": ["*"]
},
{
"Effect": "Allow",
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::kubernetes-*"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment