AWS Security ChangesHomeSearch

AWS eks documentation change

Service: eks · 2026-01-25 · Documentation low

File: eks/latest/userguide/getting-started-console.md

Summary

Updated AWS CLI commands with concrete region/name values and corrected IAM policy ARN formats.

Security assessment

Replaced placeholder values like '<replaceable>region-code</replaceable>' with 'region-code' and fixed ARN syntax in policy attachment commands. No security-related changes; purely documentation improvements for accuracy.

Diff

diff --git a/eks/latest/userguide/getting-started-console.md b/eks/latest/userguide/getting-started-console.md
index ea3b59781..d56406470 100644
--- a//eks/latest/userguide/getting-started-console.md
+++ b//eks/latest/userguide/getting-started-console.md
@@ -49 +49 @@ To get started as simply and quickly as possible, this topic includes steps to c
-      --region <replaceable>region-code</replaceable> \
+      --region region-code \
@@ -83 +83 @@ For a list of all the resources the previous command creates, open the AWS Cloud
-          --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSClusterPolicy \
+          --policy-arn arn:aws:iam::aws:policy/AmazonEKSClusterPolicy \
@@ -139 +139,2 @@ Before proceeding, be sure that your cluster creation completed successfully in
-        aws eks update-kubeconfig --region <replaceable>region-code</replaceable> --name <replaceable>my-cluster</replaceable>
+        aws eks update-kubeconfig --region region-code --name my-cluster
+                
@@ -197 +198 @@ To learn more about different ways to configure nodes in EKS, see [Manage comput
-          --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSWorkerNodePolicy \
+          --policy-arn arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy \
@@ -200 +201 @@ To learn more about different ways to configure nodes in EKS, see [Manage comput
-          --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEC2ContainerRegistryReadOnly \
+          --policy-arn arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly \
@@ -203 +204 @@ To learn more about different ways to configure nodes in EKS, see [Manage comput
-          --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKS_CNI_Policy \
+          --policy-arn arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy \