From 3821004b7678654e33ff62d695de22583ee451d9 Mon Sep 17 00:00:00 2001 From: Tobias Theobald Date: Fri, 12 Apr 2019 13:45:41 -0700 Subject: [PATCH] Improve PassRole IAM example Make it more obvious that role name in PassRole IAM example needs the role name replaced by capitalizing the spot --- .../cluster-provisioning/rke-clusters/node-pools/ec2/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 10adf21a7ea..5722a01b0a6 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 @@ -140,7 +140,7 @@ Use {{< product >}} to create a Kubernetes cluster in Amazon EC2. "arn:aws:ec2:REGION:AWS_ACCOUNT_ID:key-pair/*", "arn:aws:ec2:REGION:AWS_ACCOUNT_ID:network-interface/*", "arn:aws:ec2:REGION:AWS_ACCOUNT_ID:security-group/*", - "arn:aws:iam::AWS_ACCOUNT_ID:role/your-role-name" + "arn:aws:iam::AWS_ACCOUNT_ID:role/YOUR_ROLE_NAME" ] }, {