AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/pod-configuration.md

Summary

Updated IAM role ARN examples to use shared region placeholder

Security assessment

Consistency update for ARN formatting in examples. No security-related modifications.

Diff

diff --git a/eks/latest/userguide/pod-configuration.md b/eks/latest/userguide/pod-configuration.md
index e0e443217..20ccd9399 100644
--- a//eks/latest/userguide/pod-configuration.md
+++ b//eks/latest/userguide/pod-configuration.md
@@ -67 +67 @@ An example output is as follows.
-                        AWS_ROLE_ARN:                 arn:aws:iam::111122223333:role/my-role
+                         AWS_ROLE_ARN:                 <shared id="region.arn"/>iam::111122223333:role/my-role
@@ -83 +83 @@ The [Amazon EKS Pod Identity Webhook](https://github.com/aws/amazon-eks-pod-iden
-                        eks.amazonaws.com/role-arn: arn:aws:iam::111122223333:role/my-role
+                         eks.amazonaws.com/role-arn: <shared id="region.arn"/>iam::111122223333:role/my-role