Minor update to sample IAM policy

This commit is contained in:
Gaurav Mehta
2021-01-27 16:07:41 +11:00
parent 3443a61469
commit 4480fa201b
@@ -128,7 +128,8 @@ After creating your cluster, you can access it through the Rancher UI. As a best
"ec2:CreateKeyPair",
"ec2:CreateSecurityGroup",
"ec2:CreateTags",
"ec2:DeleteKeyPair"
"ec2:DeleteKeyPair",
"ec2:ModifyInstanceMetadataOptions"
],
"Resource": "*"
},
@@ -180,7 +181,8 @@ After creating your cluster, you can access it through the Rancher UI. As a best
"ec2:CreateKeyPair",
"ec2:CreateSecurityGroup",
"ec2:CreateTags",
"ec2:DeleteKeyPair"
"ec2:DeleteKeyPair",
"ec2:ModifyInstanceMetadataOptions"
],
"Resource": "*"
},