From 37d20962c2499f832d3ab0ef1499e5544968d5d9 Mon Sep 17 00:00:00 2001 From: Yoram Peek <44812699+ypeek@users.noreply.github.com> Date: Fri, 11 Dec 2020 18:33:55 +0100 Subject: [PATCH] ec2:ModifyInstanceMetadataOptions resource needed ec2:ModifyInstanceMetadataOptions resource needed to create EC2 instance in AWS --- .../cluster-provisioning/rke-clusters/node-pools/ec2/_index.md | 2 ++ 1 file changed, 2 insertions(+) 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 71bd25fdbc..a9726c991b 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 @@ -133,6 +133,7 @@ After creating your cluster, you can access it through the Rancher UI. As a best "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ + "ec2:ModifyInstanceMetadataOptions", "ec2:AuthorizeSecurityGroupIngress", "ec2:Describe*", "ec2:ImportKeyPair", @@ -185,6 +186,7 @@ After creating your cluster, you can access it through the Rancher UI. As a best "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ + "ec2:ModifyInstanceMetadataOptions", "ec2:AuthorizeSecurityGroupIngress", "ec2:Describe*", "ec2:ImportKeyPair",