AWS Security ChangesHomeSearch

AWS eks documentation change

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

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

Summary

Grammar improvements ('you'll' to 'you will', 'don't' to 'do not') and fixed ARN formatting in example command

Security assessment

Purely grammatical and formatting changes. The ARN correction in the example command uses consistent placeholder syntax but doesn't modify security configurations, permissions, or introduce security-related content.

Diff

diff --git a/eks/latest/userguide/argocd-considerations.md b/eks/latest/userguide/argocd-considerations.md
index 3046e95b0..495c57f3a 100644
--- a//eks/latest/userguide/argocd-considerations.md
+++ b//eks/latest/userguide/argocd-considerations.md
@@ -25 +25 @@ Before deploying Argo CD, consider the following:
-**Multi-cluster architecture** : Determine if you’ll manage multiple clusters from a single Argo CD instance. Consider using a dedicated management cluster for Argo CD.
+**Multi-cluster architecture** : Determine if you will manage multiple clusters from a single Argo CD instance. Consider using a dedicated management cluster for Argo CD.
@@ -27 +27 @@ Before deploying Argo CD, consider the following:
-**Application organization** : Plan how you’ll structure Applications and ApplicationSets. Consider using projects to organize applications by team or environment.
+**Application organization** : Plan how you will structure Applications and ApplicationSets. Consider using projects to organize applications by team or environment.
@@ -219 +219 @@ The target cluster must have an Access Entry that grants the Argo CD capability
-      --principal-arn arn:aws:iam::[.replaceable]111122223333:role/ArgoCDCapabilityRole \
+      --principal-arn arn:aws:iam::111122223333:role/ArgoCDCapabilityRole \
@@ -342 +342 @@ For detailed webhook configuration instructions, see [Argo CD Webhook Configurat
-Webhooks complement polling—they don’t replace it. Argo CD continues to poll repositories as a fallback mechanism in case webhook notifications are missed.
+Webhooks complement polling—they do not replace it. Argo CD continues to poll repositories as a fallback mechanism in case webhook notifications are missed.