AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/troubleshooting.md

Summary

Fixed ARN formatting in example commands and corrected error message text

Security assessment

Changes improve documentation accuracy but don't relate to security vulnerabilities or security features

Diff

diff --git a/eks/latest/userguide/troubleshooting.md b/eks/latest/userguide/troubleshooting.md
index 16c2a7122..f4b50af2e 100644
--- a//eks/latest/userguide/troubleshooting.md
+++ b//eks/latest/userguide/troubleshooting.md
@@ -367 +367 @@ To resolve the issue, view the existing entries in your `ConfigMap` by replacing
-        --arn <shared id="region.arn"/>iam::111122223333:role/myAmazonEKSNodeRole --group system:bootstrappers,system:nodes \
+        --arn arn:aws:iam::111122223333:role/myAmazonEKSNodeRole --group system:bootstrappers,system:nodes \
@@ -374 +374 @@ The ARN of the role that you specify can’t include a [path](https://docs.aws.a
-        aws eks create-access-entry --cluster-name my-cluster --principal-arn <shared id="region.arn"/>iam::111122223333:role/myAmazonEKSNodeRole --type EC2_LINUX
+        aws eks create-access-entry --cluster-name my-cluster --principal-arn arn:aws:iam::111122223333:role/myAmazonEKSNodeRole --type EC2_LINUX
@@ -384 +384 @@ When a node is unable to establish a connection to the public API server endpoin
-    server.go:233] failed to run Kubelet: could not init cloud provider "aws": error finding instance i-1111f2222f333e44c: "error listing <shared id="AWS"/> instances: \"RequestError: send request failed\\ncaused by: Post  net/http: TLS handshake timeout\""
+    server.go:233] failed to run Kubelet: could not init cloud provider "aws": error finding instance i-1111f2222f333e44c: "error listing AWS instances: \"RequestError: send request failed\\ncaused by: Post  net/http: TLS handshake timeout\""