AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/troubleshooting-connector.md

Summary

Fixed ARN formatting in example outputs by replacing placeholder strings

Security assessment

Changes correct documentation examples but don't address security vulnerabilities or introduce security features

Diff

diff --git a/eks/latest/userguide/troubleshooting-connector.md b/eks/latest/userguide/troubleshooting-connector.md
index 8d0b4db56..e78c56db7 100644
--- a//eks/latest/userguide/troubleshooting-connector.md
+++ b//eks/latest/userguide/troubleshooting-connector.md
@@ -103 +103 @@ The Amazon EKS Connector uses Kubernetes [user impersonation](https://kubernetes
-        <shared id="region.arn"/>iam::111122223333:user/john
+                       arn:aws:iam::111122223333:user/john
@@ -107 +107 @@ The Amazon EKS Connector uses Kubernetes [user impersonation](https://kubernetes
-        <shared id="region.arn"/>iam::111122223333:role/admin
+                       arn:aws:iam::111122223333:role/admin
@@ -177 +177 @@ In the following example response, the expiry date and time is recorded as `2021
-            "arn": "<shared id="region.arn"/>eks:region:111122223333:cluster/my-cluster",
+            "arn": "arn:aws:eks:region:111122223333:cluster/my-cluster",
@@ -186 +186 @@ In the following example response, the expiry date and time is recorded as `2021
-                "roleArn": "<shared id="region.arn"/>iam::111122223333:role/my-connector-role"
+                "roleArn": "arn:aws:iam::111122223333:role/my-connector-role"