mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 13:08:11 +00:00
Merge pull request #2986 from ibrokethecloud/ec2rolesfix
Minor update to sample IAM policy
This commit is contained in:
@@ -128,7 +128,8 @@ After creating your cluster, you can access it through the Rancher UI. As a best
|
|||||||
"ec2:CreateKeyPair",
|
"ec2:CreateKeyPair",
|
||||||
"ec2:CreateSecurityGroup",
|
"ec2:CreateSecurityGroup",
|
||||||
"ec2:CreateTags",
|
"ec2:CreateTags",
|
||||||
"ec2:DeleteKeyPair"
|
"ec2:DeleteKeyPair",
|
||||||
|
"ec2:ModifyInstanceMetadataOptions"
|
||||||
],
|
],
|
||||||
"Resource": "*"
|
"Resource": "*"
|
||||||
},
|
},
|
||||||
@@ -180,7 +181,8 @@ After creating your cluster, you can access it through the Rancher UI. As a best
|
|||||||
"ec2:CreateKeyPair",
|
"ec2:CreateKeyPair",
|
||||||
"ec2:CreateSecurityGroup",
|
"ec2:CreateSecurityGroup",
|
||||||
"ec2:CreateTags",
|
"ec2:CreateTags",
|
||||||
"ec2:DeleteKeyPair"
|
"ec2:DeleteKeyPair",
|
||||||
|
"ec2:ModifyInstanceMetadataOptions"
|
||||||
],
|
],
|
||||||
"Resource": "*"
|
"Resource": "*"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user