mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Merge pull request #9157 from iterion/aws-elb-policy
AWS: Update Master IAM Policy to Include ELB
This commit is contained in:
commit
a72be4667f
@ -6,6 +6,11 @@
|
|||||||
"Action": ["ec2:*"],
|
"Action": ["ec2:*"],
|
||||||
"Resource": ["*"]
|
"Resource": ["*"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Effect": "Allow",
|
||||||
|
"Action": ["elasticloadbalancing:*"],
|
||||||
|
"Resource": ["*"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Effect": "Allow",
|
"Effect": "Allow",
|
||||||
"Action": "s3:*",
|
"Action": "s3:*",
|
||||||
|
Loading…
Reference in New Issue
Block a user