AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/security-groups-pods-deployment.md

Summary

Replaced hardcoded ARN in CLI command example with '<shared id="region.arn"/>' placeholder.

Security assessment

Change is a template standardization. No security fixes or new security features documented.

Diff

diff --git a/eks/latest/userguide/security-groups-pods-deployment.md b/eks/latest/userguide/security-groups-pods-deployment.md
index bd757313a..8be8c290d 100644
--- a//eks/latest/userguide/security-groups-pods-deployment.md
+++ b//eks/latest/userguide/security-groups-pods-deployment.md
@@ -33 +33 @@ If your Amazon VPC CNI plugin for Kubernetes version is earlier than `1.7.7`, th
-                aws iam attach-role-policy --policy-arn arn:aws:iam::aws:policy/AmazonEKSVPCResourceController --role-name $cluster_role
+                 aws iam attach-role-policy --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSVPCResourceController --role-name $cluster_role