AWS eks documentation change
Summary
Corrected IAM policy ARN and kubeconfig context output format.
Security assessment
Fixed ARN syntax in policy attachment command and updated kubeconfig example output. Changes involve documentation formatting corrections without security implications.
Diff
diff --git a/eks/latest/userguide/hybrid-nodes-cluster-create.md b/eks/latest/userguide/hybrid-nodes-cluster-create.md index 69c8e0eb5..5c31b9c5b 100644 --- a//eks/latest/userguide/hybrid-nodes-cluster-create.md +++ b//eks/latest/userguide/hybrid-nodes-cluster-create.md @@ -71 +71 @@ If you already have a cluster IAM role, or you’re going to create your cluster - --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSClusterPolicy \ + --policy-arn arn:aws:iam::aws:policy/AmazonEKSClusterPolicy \ @@ -375 +375 @@ An example output is as follows. - Added new context <shared id="region.arn"/>eks:AWS_REGION:111122223333:cluster/CLUSTER_NAME to /home/username/.kube/config + Added new context arn:aws:eks:AWS_REGION:111122223333:cluster/CLUSTER_NAME to /home/username/.kube/config