AWS Security ChangesHomeSearch

AWS eks documentation change

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

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

Summary

Replaced placeholders with example values in eksctl YAML configuration for ArgoCD capability setup, including IAM roles and Identity Center settings.

Security assessment

Changes standardize example values in configuration snippets without altering security-related content. No new security guidance or vulnerability references are introduced.

Diff

diff --git a/eks/latest/userguide/argocd-create-eksctl.md b/eks/latest/userguide/argocd-create-eksctl.md
index 25669e27e..63837372b 100644
--- a//eks/latest/userguide/argocd-create-eksctl.md
+++ b//eks/latest/userguide/argocd-create-eksctl.md
@@ -80,2 +80,2 @@ Create a file named `argocd-capability.yaml` with the following content. Replace
-      name: <replaceable>my-cluster</replaceable>
-      region: <replaceable>region-code</replaceable>
+      name: my-cluster
+      region: region-code
@@ -86 +86 @@ Create a file named `argocd-capability.yaml` with the following content. Replace
-        roleArn: arn:aws:iam::[.replaceable]<literal>111122223333</literal>:role/ArgoCDCapabilityRole
+        roleArn: arn:aws:iam::[.replaceable]111122223333:role/ArgoCDCapabilityRole
@@ -90,2 +90,2 @@ Create a file named `argocd-capability.yaml` with the following content. Replace
-              idcInstanceArn: <replaceable>arn:aws:sso:::instance/ssoins-123abc</replaceable>
-              idcRegion: <replaceable>idc-region-code</replaceable>
+              idcInstanceArn: arn:aws:sso:::instance/ssoins-123abc
+              idcRegion: idc-region-code
@@ -95 +95 @@ Create a file named `argocd-capability.yaml` with the following content. Replace
-                  - id: <replaceable>38414300-1041-708a-01af-5422d6091e34</replaceable>
+                  - id: 38414300-1041-708a-01af-5422d6091e34
@@ -117,2 +117,2 @@ Check the capability status. Replace `region-code` with the AWS Region that your
-      --region <replaceable>region-code</replaceable> \
-      --cluster <replaceable>my-cluster</replaceable> \
+      --region region-code \
+      --cluster my-cluster \