AWS eks documentation change
Summary
Replaced YAML placeholders with <replaceable> tags and fixed IAM role ARN formatting
Security assessment
Syntax improvements to documentation templates without security implications. No evidence of security fixes or vulnerability remediation.
Diff
diff --git a/eks/latest/userguide/argocd-create-eksctl.md b/eks/latest/userguide/argocd-create-eksctl.md index 63837372b..0c88c30b8 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: my-cluster - region: region-code + name: <replaceable>my-cluster</replaceable> + region: <replaceable>region-code</replaceable> @@ -86 +86 @@ Create a file named `argocd-capability.yaml` with the following content. Replace - roleArn: arn:aws:iam::[.replaceable]111122223333:role/ArgoCDCapabilityRole + roleArn: arn:aws:iam::[.replaceable]<literal>111122223333</literal>:role/ArgoCDCapabilityRole @@ -90,2 +90,2 @@ Create a file named `argocd-capability.yaml` with the following content. Replace - idcInstanceArn: arn:aws:sso:::instance/ssoins-123abc - idcRegion: idc-region-code + idcInstanceArn: <replaceable>arn:aws:sso:::instance/ssoins-123abc</replaceable> + idcRegion: <replaceable>idc-region-code</replaceable> @@ -95 +95 @@ Create a file named `argocd-capability.yaml` with the following content. Replace - - id: 38414300-1041-708a-01af-5422d6091e34 + - id: <replaceable>38414300-1041-708a-01af-5422d6091e34</replaceable> @@ -117,2 +117,2 @@ Check the capability status. Replace `region-code` with the AWS Region that your - --region region-code \ - --cluster my-cluster \ + --region <replaceable>region-code</replaceable> \ + --cluster <replaceable>my-cluster</replaceable> \