AWS Security ChangesHomeSearch

AWS eks documentation change

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

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

Summary

Replaced hardcoded policy ARNs with shared references for regionalization

Security assessment

The change replaces hardcoded ARN strings with a shared reference template. This appears to be a documentation standardization effort without any security context. No vulnerabilities or security features are mentioned in the changes.

Diff

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