AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/working-with-capabilities.md

Summary

Simplified console URLs, updated CLI examples with replaceable placeholders, and fixed XML formatting in role ARN example

Security assessment

Changes improve documentation clarity and formatting. Includes URL simplification and standardized placeholders in CLI examples. No security-related content modifications or vulnerability fixes are present.

Diff

diff --git a/eks/latest/userguide/working-with-capabilities.md b/eks/latest/userguide/working-with-capabilities.md
index 0e2b4e465..bbf3e5240 100644
--- a//eks/latest/userguide/working-with-capabilities.md
+++ b//eks/latest/userguide/working-with-capabilities.md
@@ -42 +42 @@ Capability resources have a status that indicates their current state. You can v
-  1. Open the Amazon EKS console at [https://console.aws.amazon.com/eks/home#/clusters](https://console.aws.amazon.com/eks/home#/clusters).
+  1. Open the Amazon EKS console at https://console.aws.amazon.com/eks/home#/clusters.
@@ -122 +122 @@ You can list all capability resources on a cluster.
-  1. Open the Amazon EKS console at [https://console.aws.amazon.com/eks/home#/clusters](https://console.aws.amazon.com/eks/home#/clusters).
+  1. Open the Amazon EKS console at https://console.aws.amazon.com/eks/home#/clusters.
@@ -139,3 +139,2 @@ Use the `list-capabilities` command to view all capabilities on your cluster. Re
-      --region region-code \
-      --cluster-name my-cluster
-             
+      --region <replaceable>region-code</replaceable> \
+      --cluster-name <replaceable>my-cluster</replaceable>
@@ -181 +180 @@ Get detailed information about a specific capability, including its configuratio
-  1. Open the Amazon EKS console at [https://console.aws.amazon.com/eks/home#/clusters](https://console.aws.amazon.com/eks/home#/clusters).
+  1. Open the Amazon EKS console at https://console.aws.amazon.com/eks/home#/clusters.
@@ -200,4 +199,3 @@ Use the `describe-capability` command to view detailed information. Replace `reg
-      --region region-code \
-      --cluster-name my-cluster \
-      --capability-name capability-name
-             
+      --region <replaceable>region-code</replaceable> \
+      --cluster-name <replaceable>my-cluster</replaceable> \
+      --capability-name <replaceable>capability-name</replaceable>
@@ -241,5 +239,4 @@ Use the `update-capability` command to modify a capability:
-      --region region-code \
-      --cluster-name my-cluster \
-      --capability-name capability-name \
-      --role-arn arn:aws:iam::[.replaceable]111122223333:role/NewCapabilityRole
-             
+      --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>
@@ -278 +275 @@ You may optionally choose to retain AWS resources associated with ACK Kubernetes
-  1. Open the Amazon EKS console at [https://console.aws.amazon.com/eks/home#/clusters](https://console.aws.amazon.com/eks/home#/clusters).
+  1. Open the Amazon EKS console at https://console.aws.amazon.com/eks/home#/clusters.
@@ -303,4 +300,3 @@ Replace `region-code` with the AWS Region that your cluster is in, replace `my-c
-      --region region-code \
-      --cluster-name my-cluster \
-      --capability-name capability-name
-             
+      --region <replaceable>region-code</replaceable> \
+      --cluster-name <replaceable>my-cluster</replaceable> \
+      --capability-name <replaceable>capability-name</replaceable>