Improve PassRole IAM example

Make it more obvious that role name in PassRole IAM example needs the role name replaced by capitalizing the spot
This commit is contained in:
Tobias Theobald
2019-04-16 11:27:53 -07:00
committed by Denise
parent fcbb585eff
commit 3821004b76
@@ -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"
]
},
{