AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/fargate-getting-started.md

Summary

Replaced hardcoded IAM role ARN prefix with placeholder in pod execution role example

Security assessment

Documentation formatting change for ARN consistency. No security feature additions or vulnerability fixes.

Diff

diff --git a/eks/latest/userguide/fargate-getting-started.md b/eks/latest/userguide/fargate-getting-started.md
index 8b18eeeea..876c45dad 100644
--- a//eks/latest/userguide/fargate-getting-started.md
+++ b//eks/latest/userguide/fargate-getting-started.md
@@ -147 +147 @@ The role ARN can’t include a [path](https://docs.aws.amazon.com/IAM/latest/Use
-        --pod-execution-role-arn arn:aws:iam::<111122223333>:role/<AmazonEKSFargatePodExecutionRole> \
+        --pod-execution-role-arn <shared id="region.arn"/>iam::<111122223333>:role/<AmazonEKSFargatePodExecutionRole> \