AWS Security ChangesHomeSearch

AWS eks documentation change

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

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

Summary

Replaced placeholders with example values in ArgoCD application manifest YAML snippets for ECR, CodeCommit, and CodeConnections repositories.

Security assessment

Changes are purely example value substitutions in repository URLs and chart references. No security controls, vulnerabilities, or authentication mechanisms are added or modified in the documentation.

Diff

diff --git a/eks/latest/userguide/argocd-create-application.md b/eks/latest/userguide/argocd-create-application.md
index d052ff197..5b89fce5b 100644
--- a//eks/latest/userguide/argocd-create-application.md
+++ b//eks/latest/userguide/argocd-create-application.md
@@ -117,3 +117,4 @@ For more information, see [Helm Value Files from External Git Repository](https:
-        repoURL: oci://<replaceable>account-id</replaceable>.dkr.ecr.<replaceable>region</replaceable>.amazonaws.com/<replaceable>repository-name</replaceable>
-        targetRevision: <replaceable>chart-version</replaceable>
-        chart: <replaceable>chart-name</replaceable>
+        repoURL: oci://account-id.dkr.ecr.region.amazonaws.com/repository-name
+        targetRevision: chart-version
+        chart: chart-name
+          
@@ -128 +129 @@ If the Capability Role has the required ECR permissions, the repository is used
-        repoURL: https://git-codecommit.<replaceable>region</replaceable>.amazonaws.com/v1/repos/<replaceable>repository-name</replaceable>
+        repoURL: https://git-codecommit.region.amazonaws.com/v1/repos/repository-name
@@ -139 +140 @@ If the Capability Role has the required CodeCommit permissions, the repository i
-        repoURL: https://codeconnections.<replaceable>region</replaceable>.amazonaws.com/git-http/<replaceable>account-id</replaceable>/<replaceable>region</replaceable>/<replaceable>connection-id</replaceable>/<replaceable>owner</replaceable>/<replaceable>repository</replaceable>.git
+        repoURL: https://codeconnections.region.amazonaws.com/git-http/account-id/region/connection-id/owner/repository.git