AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/automode-get-started-cli.md

Summary

Fixed IAM policy ARN syntax throughout CLI examples

Security assessment

Purely documentation syntax correction without security implications

Diff

diff --git a/eks/latest/userguide/automode-get-started-cli.md b/eks/latest/userguide/automode-get-started-cli.md
index 8b88f9aae..ecb0c3734 100644
--- a//eks/latest/userguide/automode-get-started-cli.md
+++ b//eks/latest/userguide/automode-get-started-cli.md
@@ -150 +150 @@ Attach the following AWS managed policies to the Cluster IAM Role to grant the n
-        --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSClusterPolicy
+        --policy-arn arn:aws:iam::aws:policy/AmazonEKSClusterPolicy
@@ -157 +157 @@ Attach the following AWS managed policies to the Cluster IAM Role to grant the n
-        --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSComputePolicy
+        --policy-arn arn:aws:iam::aws:policy/AmazonEKSComputePolicy
@@ -164 +164 @@ Attach the following AWS managed policies to the Cluster IAM Role to grant the n
-        --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSBlockStoragePolicy
+        --policy-arn arn:aws:iam::aws:policy/AmazonEKSBlockStoragePolicy
@@ -171 +171 @@ Attach the following AWS managed policies to the Cluster IAM Role to grant the n
-        --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSLoadBalancingPolicy
+        --policy-arn arn:aws:iam::aws:policy/AmazonEKSLoadBalancingPolicy
@@ -178 +178 @@ Attach the following AWS managed policies to the Cluster IAM Role to grant the n
-        --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSNetworkingPolicy
+        --policy-arn arn:aws:iam::aws:policy/AmazonEKSNetworkingPolicy
@@ -225 +225 @@ Attach the following AWS managed policies to the Node IAM Role to provide the ne
-        --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSWorkerNodeMinimalPolicy
+        --policy-arn arn:aws:iam::aws:policy/AmazonEKSWorkerNodeMinimalPolicy
@@ -232 +232 @@ Attach the following AWS managed policies to the Node IAM Role to provide the ne
-        --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEC2ContainerRegistryPullOnly
+        --policy-arn arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryPullOnly