AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/eks-outposts-local-cluster-create.md

Summary

Corrected three example ARN formats by replacing placeholders with concrete ARN structures in CLI commands and output examples.

Security assessment

Changes are purely cosmetic updates to documentation examples. No security-related content was added or modified.

Diff

diff --git a/eks/latest/userguide/eks-outposts-local-cluster-create.md b/eks/latest/userguide/eks-outposts-local-cluster-create.md
index 0c7535d42..f3614a35c 100644
--- a//eks/latest/userguide/eks-outposts-local-cluster-create.md
+++ b//eks/latest/userguide/eks-outposts-local-cluster-create.md
@@ -108 +108 @@ You could also use the [AWS CLI](https://docs.aws.amazon.com/cli/latest/referenc
-          controlPlaneOutpostARN: <shared id="region.arn"/>outposts:region-code:111122223333:outpost/op-uniqueid
+          controlPlaneOutpostARN: arn:aws:outposts:region-code:111122223333:outpost/op-uniqueid
@@ -160 +160 @@ The `eksctl` command automatically created an [access entry](./access-entries.ht
-                aws iam attach-role-policy --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSLocalOutpostClusterPolicy --role-name myAmazonEKSLocalClusterRole
+                aws iam attach-role-policy --policy-arn arn:aws:iam::aws:policy/AmazonEKSLocalOutpostClusterPolicy --role-name myAmazonEKSLocalClusterRole
@@ -233 +233 @@ An example output is as follows.
-        Added new context <shared id="region.arn"/>eks:region-code:111122223333:cluster/my-cluster to /home/username/.kube/config
+        Added new context arn:aws:eks:region-code:111122223333:cluster/my-cluster to /home/username/.kube/config