AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/security-iam-troubleshoot.md

Summary

Fixed ARN formatting in example error message by replacing placeholder strings

Security assessment

Change corrects example error message formatting but doesn't address security vulnerabilities

Diff

diff --git a/eks/latest/userguide/security-iam-troubleshoot.md b/eks/latest/userguide/security-iam-troubleshoot.md
index 8aa976eff..0c0127e74 100644
--- a//eks/latest/userguide/security-iam-troubleshoot.md
+++ b//eks/latest/userguide/security-iam-troubleshoot.md
@@ -21,2 +21,2 @@ If you receive an `AccessDeniedException` when calling an AWS API operation, the
-    User: <shared id="region.arn"/>iam::111122223333:user/user_name is not authorized to perform:
-    eks:DescribeCluster on resource: <shared id="region.arn"/>eks:region:111122223333:cluster/my-cluster
+    User: arn:aws:iam::111122223333:user/user_name is not authorized to perform:
+    eks:DescribeCluster on resource: arn:aws:eks:region:111122223333:cluster/my-cluster