AWS eks documentation change
Summary
Standardized ARN references using shared IDs and fixed output example formatting.
Security assessment
Changes are limited to ARN placeholder consistency and output formatting. No security-related content or vulnerability fixes are introduced.
Diff
diff --git a/eks/latest/userguide/hybrid-nodes-cluster-create.md b/eks/latest/userguide/hybrid-nodes-cluster-create.md index 5c31b9c5b..bd67df5e6 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 arn:aws:iam::aws:policy/AmazonEKSClusterPolicy \ + --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSClusterPolicy \ @@ -375 +375 @@ An example output is as follows. - Added new context arn:aws:eks:AWS_REGION:111122223333:cluster/CLUSTER_NAME to /home/username/.kube/config + Added new context <shared id="region.arn"/>eks:AWS_REGION:111122223333:cluster/CLUSTER_NAME to /home/username/.kube/config