AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/vpc-add-on-update.md

Summary

Replaced 'arn:aws:' prefixes with '<shared id="region.arn"/>' in two locations: service account role ARN and addon ARN examples

Security assessment

Purely cosmetic update to ARN examples. No security implications or security feature documentation added. Maintains consistency with other documentation changes.

Diff

diff --git a/eks/latest/userguide/vpc-add-on-update.md b/eks/latest/userguide/vpc-add-on-update.md
index e2bc23412..712553183 100644
--- a//eks/latest/userguide/vpc-add-on-update.md
+++ b//eks/latest/userguide/vpc-add-on-update.md
@@ -40 +40 @@ Compare the version with the table of latest versions at [Amazon VPC CNI version
-            --service-account-role-arn arn:aws:iam::111122223333:role/AmazonEKSVPCCNIRole \
+            --service-account-role-arn <shared id="region.arn"/>iam::111122223333:role/AmazonEKSVPCCNIRole \
@@ -62 +62 @@ An example output is as follows.
-            "addonArn": "arn:aws:eks:region:111122223333:addon/my-cluster/vpc-cni/74c33d2f-b4dc-8718-56e7-9fdfa65d14a9",
+            "addonArn": "<shared id="region.arn"/>eks:region:111122223333:addon/my-cluster/vpc-cni/74c33d2f-b4dc-8718-56e7-9fdfa65d14a9",
@@ -65 +65 @@ An example output is as follows.
-            "serviceAccountRoleArn": "arn:aws:iam::111122223333:role/AmazonEKSVPCCNIRole",
+            "serviceAccountRoleArn": "<shared id="region.arn"/>iam::111122223333:role/AmazonEKSVPCCNIRole",