AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/argocd-permissions.md

Summary

Updated command placeholders with <replaceable> tags and fixed IAM ARN formatting

Security assessment

Purely cosmetic documentation changes for placeholder consistency. No security features added or vulnerabilities addressed.

Diff

diff --git a/eks/latest/userguide/argocd-permissions.md b/eks/latest/userguide/argocd-permissions.md
index 3c4403c3d..762e8ba38 100644
--- a//eks/latest/userguide/argocd-permissions.md
+++ b//eks/latest/userguide/argocd-permissions.md
@@ -128,5 +128,5 @@ EKS Capabilities integration with AWS Identity Center supports up to 1,000 ident
-      --region us-east-1 \
-      --cluster-name cluster \
-      --capability-name capname \
-      --endpoint "https://eks.ap-northeast-2.amazonaws.com" \
-      --role-arn "arn:aws:iam::[.replaceable]111122223333:role/[.replaceable]`EKSCapabilityRole`" \
+      --region <replaceable>us-east-1</replaceable> \
+      --cluster-name <replaceable>cluster</replaceable> \
+      --capability-name <replaceable>capname</replaceable> \
+      --endpoint "https://eks.<replaceable>ap-northeast-2</replaceable>.amazonaws.com" \
+      --role-arn "arn:aws:iam::[.replaceable]<literal>111122223333</literal>:role/[.replaceable]`EKSCapabilityRole`" \