From a2f4cbbd1e74809ae444b86cf761663359c727df Mon Sep 17 00:00:00 2001 From: Negash Date: Tue, 26 Nov 2019 00:00:16 +0300 Subject: [PATCH] set IAM Profile Name --- .../rke/latest/en/config-options/cloud-providers/aws/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/rke/latest/en/config-options/cloud-providers/aws/_index.md b/content/rke/latest/en/config-options/cloud-providers/aws/_index.md index c14e2e68ae3..c580991232f 100644 --- a/content/rke/latest/en/config-options/cloud-providers/aws/_index.md +++ b/content/rke/latest/en/config-options/cloud-providers/aws/_index.md @@ -63,6 +63,9 @@ $ aws iam put-role-policy --role-name rancher-node --policy-name rancher-policy $ aws iam add-role-to-instance-profile --instance-profile rancher-node --role-name rancher-node ``` +Set `IAM Instance Profile Name` in node template to `rancher-node` + + ## Tagging Amazon Resources Any resources used in a Kubernetes cluster with the Amazon cloud provider must be tagged with a cluster ID.