AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/argocd-create-cli.md

Summary

Updated AWS CLI command examples by replacing placeholder syntax with plain-text example values for region and cluster name parameters.

Security assessment

Modifications only affect example command formatting. No changes to security configurations, permissions, or vulnerability mitigations are present in the diff.

Diff

diff --git a/eks/latest/userguide/argocd-create-cli.md b/eks/latest/userguide/argocd-create-cli.md
index ffde19bcc..9ce3cc2cb 100644
--- a//eks/latest/userguide/argocd-create-cli.md
+++ b//eks/latest/userguide/argocd-create-cli.md
@@ -83,2 +83,2 @@ Create the capability with Identity Center integration. Replace `region-code` wi
-      --region <replaceable>region-code</replaceable> \
-      --cluster-name <replaceable>my-cluster</replaceable> \
+      --region region-code \
+      --cluster-name my-cluster \
@@ -126,2 +126,2 @@ Wait for the capability to become active. Replace `region-code` with the AWS Reg
-      --region <replaceable>region-code</replaceable> \
-      --cluster-name <replaceable>my-cluster</replaceable> \
+      --region region-code \
+      --cluster-name my-cluster \
@@ -138,2 +138,2 @@ You can also view the full capability details:
-      --region <replaceable>region-code</replaceable> \
-      --cluster-name <replaceable>my-cluster</replaceable> \
+      --region region-code \
+      --cluster-name my-cluster \