Commit 2b4d3742 authored by Adam Sunderland's avatar Adam Sunderland

Update Master IAM Policy to Include ELB

parent 9740c7c3
...@@ -8,6 +8,11 @@ ...@@ -8,6 +8,11 @@
}, },
{ {
"Effect": "Allow", "Effect": "Allow",
"Action": ["elasticloadbalancing:*"],
"Resource": ["*"]
},
{
"Effect": "Allow",
"Action": "s3:*", "Action": "s3:*",
"Resource": [ "Resource": [
"arn:aws:s3:::kubernetes-*" "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