AWS eks documentation change
Summary
Updated command examples by replacing placeholder text with actual example values in AWS CLI commands for EKS cluster operations.
Security assessment
Changes involve syntax updates to command examples (replacing <replaceable> tags with plain text). No security vulnerabilities, configurations, or features are mentioned or modified in the diff.
Diff
diff --git a/eks/latest/userguide/argocd-considerations.md b/eks/latest/userguide/argocd-considerations.md index 4710fb95a..0c6f0795c 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 <replaceable>region-code</replaceable> \ - --name <replaceable>target-cluster</replaceable> \ + --region region-code \ + --name target-cluster \ @@ -215,3 +215,3 @@ The target cluster must have an Access Entry that grants the Argo CD capability - --region <replaceable>region-code</replaceable> \ - --cluster-name <replaceable>target-cluster</replaceable> \ - --principal-arn arn:aws:iam::[.replaceable]<literal>111122223333</literal>:role/<replaceable>ArgoCDCapabilityRole</replaceable> \ + --region region-code \ + --cluster-name target-cluster \ + --principal-arn arn:aws:iam::[.replaceable]111122223333:role/ArgoCDCapabilityRole \