AWS Security ChangesHomeSearch

AWS eks documentation change

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

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

Summary

Replaced hardcoded values with '<replaceable>' tags, fixed principal ARN formatting, and corrected URL syntax

Security assessment

Change standardizes documentation examples without modifying security configurations or revealing vulnerabilities.

Diff

diff --git a/eks/latest/userguide/argocd-considerations.md b/eks/latest/userguide/argocd-considerations.md
index 15cf6115c..7ffb685be 100644
--- a//eks/latest/userguide/argocd-considerations.md
+++ b//eks/latest/userguide/argocd-considerations.md
@@ -179,2 +179,2 @@ Get the target cluster ARN. Replace `region-code` with the AWS Region that your
-      --region region-code \
-      --name target-cluster \
+      --region <replaceable>region-code</replaceable> \
+      --name <replaceable>target-cluster</replaceable> \
@@ -215,3 +215,3 @@ The target cluster must have an Access Entry that grants the Argo CD capability
-      --region region-code \
-      --cluster-name target-cluster \
-      --principal-arn arn:aws:iam::[.replaceable]111122223333:role/ArgoCDCapabilityRole \
+      --region <replaceable>region-code</replaceable> \
+      --cluster-name <replaceable>target-cluster</replaceable> \
+      --principal-arn arn:aws:iam::[.replaceable]<literal>111122223333</literal>:role/<replaceable>ArgoCDCapabilityRole</replaceable> \
@@ -321 +321 @@ The webhook URL follows the pattern `${serverUrl}/api/webhook`, where `serverUrl
-For example, if your Argo CD server URL is ` [https://abc123.eks-capabilities.us-west-2.amazonaws.com](https://abc123.eks-capabilities.us-west-2.amazonaws.com) `, the webhook URL is:
+For example, if your Argo CD server URL is `https://abc123.eks-capabilities.us-west-2.amazonaws.com`, the webhook URL is: