AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/pod-execution-role.md

Summary

Updated IAM console URLs to plain text and replaced hardcoded ARNs with '<shared id="region.arn"/>' placeholder in policy examples and CLI commands.

Security assessment

Changes involve documentation formatting and placeholder standardization. No security vulnerabilities, fixes, or security features are mentioned.

Diff

diff --git a/eks/latest/userguide/pod-execution-role.md b/eks/latest/userguide/pod-execution-role.md
index 7d24c9d83..4b39da4f4 100644
--- a//eks/latest/userguide/pod-execution-role.md
+++ b//eks/latest/userguide/pod-execution-role.md
@@ -33 +33 @@ You can use the following procedure to check and see if your account already has
-  1. Open the IAM console at [https://console.aws.amazon.com/iam/](https://console.aws.amazon.com/iam/).
+  1. Open the IAM console at https://console.aws.amazon.com/iam/.
@@ -71 +71 @@ If the policy matches but doesn’t have a line specifying the Fargate profiles
-        "aws:SourceArn": "arn:aws:eks:region-code:111122223333:fargateprofile/my-cluster/*",
+         "aws:SourceArn": "<shared id="region.arn"/>eks:region-code:111122223333:fargateprofile/my-cluster/*",
@@ -85 +85 @@ AWS Management Console
-  1. Open the IAM console at [https://console.aws.amazon.com/iam/](https://console.aws.amazon.com/iam/).
+  1. Open the IAM console at https://console.aws.amazon.com/iam/.
@@ -178 +178 @@ AWS CLI
-      --policy-arn arn:aws:iam::aws:policy/AmazonEKSFargatePodExecutionRolePolicy \
+      --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSFargatePodExecutionRolePolicy \