From 4480fa201bc9d8c1995e2f1031cec57bd276a16a Mon Sep 17 00:00:00 2001 From: Gaurav Mehta Date: Wed, 27 Jan 2021 16:07:41 +1100 Subject: [PATCH] Minor update to sample IAM policy --- .../rke-clusters/node-pools/ec2/_index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/node-pools/ec2/_index.md b/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/node-pools/ec2/_index.md index 106a2d6f300..4dc2868dfe5 100644 --- a/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/node-pools/ec2/_index.md +++ b/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/node-pools/ec2/_index.md @@ -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": "*" },