AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/network-policies-troubleshooting.md

Summary

Updated IAM role ARNs in commands to use shared region placeholder

Security assessment

Documentation consistency update for ARN formatting. No security vulnerability addressed.

Diff

diff --git a/eks/latest/userguide/network-policies-troubleshooting.md b/eks/latest/userguide/network-policies-troubleshooting.md
index 024fd0217..ca86863ef 100644
--- a//eks/latest/userguide/network-policies-troubleshooting.md
+++ b//eks/latest/userguide/network-policies-troubleshooting.md
@@ -264 +264 @@ AWS CLI
-        --service-account-role-arn arn:aws:iam::123456789012:role/AmazonEKSVPCCNIRole \
+        --service-account-role-arn <shared id="region.arn"/>iam::123456789012:role/AmazonEKSVPCCNIRole \
@@ -381 +381 @@ The following screenshot shows an example of this scenario.
-        --service-account-role-arn arn:aws:iam::123456789012:role/AmazonEKSVPCCNIRole \
+        --service-account-role-arn <shared id="region.arn"/>iam::123456789012:role/AmazonEKSVPCCNIRole \