AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/install-awscli.md

Summary

Fixed ARN syntax in IAM entity example.

Security assessment

Corrects a documentation example's ARN format. Ensures accuracy but doesn't address security vulnerabilities or add security features.

Diff

diff --git a/eks/latest/userguide/install-awscli.md b/eks/latest/userguide/install-awscli.md
index 8dbc99d66..83049cccb 100644
--- a//eks/latest/userguide/install-awscli.md
+++ b//eks/latest/userguide/install-awscli.md
@@ -92 +92 @@ This command returns the Amazon Resource Name (ARN) of the IAM entity that’s c
-        "Arn": "<shared id="region.arn"/>iam::01234567890:user/ClusterAdmin"
+        "Arn": "arn:aws:iam::01234567890:user/ClusterAdmin"