AWS eks documentation change
Summary
Added XML tags to replaceable parameters in AWS CLI command examples
Security assessment
Changes are purely cosmetic/documentation formatting improvements for placeholders. No security-related content modifications.
Diff
diff --git a/eks/latest/userguide/kro-create-cli.md b/eks/latest/userguide/kro-create-cli.md index 5fd4cda08..f3f244ce2 100644 --- a//eks/latest/userguide/kro-create-cli.md +++ b//eks/latest/userguide/kro-create-cli.md @@ -64,2 +64,2 @@ Create the kro capability resource on your cluster. Replace `region-code` with t - --region region-code \ - --cluster-name my-cluster \ + --region <replaceable>region-code</replaceable> \ + --cluster-name <replaceable>my-cluster</replaceable> \ @@ -92,2 +92,2 @@ Wait for the capability to become active. Replace `region-code` with the AWS Reg - --region region-code \ - --cluster-name my-cluster \ + --region <replaceable>region-code</replaceable> \ + --cluster-name <replaceable>my-cluster</replaceable> \ @@ -104,2 +104,2 @@ You can also view the full capability details: - --region region-code \ - --cluster-name my-cluster \ + --region <replaceable>region-code</replaceable> \ + --cluster-name <replaceable>my-cluster</replaceable> \ @@ -124,2 +124,2 @@ Get the capability role ARN: - --region region-code \ - --cluster-name my-cluster \ + --region <replaceable>region-code</replaceable> \ + --cluster-name <replaceable>my-cluster</replaceable> \ @@ -134,2 +134,2 @@ Associate the cluster admin policy: - --region region-code \ - --cluster-name my-cluster \ + --region <replaceable>region-code</replaceable> \ + --cluster-name <replaceable>my-cluster</replaceable> \