AWS eks documentation change
Summary
Fixed CLI examples by replacing XML-like placeholders with plain text and correcting ARN formatting
Security assessment
Formatting cleanup in command examples. No security implications or security-related content modified.
Diff
diff --git a/eks/latest/userguide/working-with-capabilities.md b/eks/latest/userguide/working-with-capabilities.md index ab03b9f19..68f39809c 100644 --- a//eks/latest/userguide/working-with-capabilities.md +++ b//eks/latest/userguide/working-with-capabilities.md @@ -139,2 +139,3 @@ Use the `list-capabilities` command to view all capabilities on your cluster. Re - --region <replaceable>region-code</replaceable> \ - --cluster-name <replaceable>my-cluster</replaceable> + --region region-code \ + --cluster-name my-cluster + @@ -199,3 +200,4 @@ Use the `describe-capability` command to view detailed information. Replace `reg - --region <replaceable>region-code</replaceable> \ - --cluster-name <replaceable>my-cluster</replaceable> \ - --capability-name <replaceable>capability-name</replaceable> + --region region-code \ + --cluster-name my-cluster \ + --capability-name capability-name + @@ -239,4 +241,5 @@ Use the `update-capability` command to modify a capability: - --region <replaceable>region-code</replaceable> \ - --cluster-name <replaceable>my-cluster</replaceable> \ - --capability-name <replaceable>capability-name</replaceable> \ - --role-arn arn:aws:iam::[.replaceable]<literal>111122223333</literal>:role/<replaceable>NewCapabilityRole</replaceable> + --region region-code \ + --cluster-name my-cluster \ + --capability-name capability-name \ + --role-arn arn:aws:iam::[.replaceable]111122223333:role/NewCapabilityRole + @@ -300,3 +303,4 @@ Replace `region-code` with the AWS Region that your cluster is in, replace `my-c - --region <replaceable>region-code</replaceable> \ - --cluster-name <replaceable>my-cluster</replaceable> \ - --capability-name <replaceable>capability-name</replaceable> + --region region-code \ + --cluster-name my-cluster \ + --capability-name capability-name +