AWS eks documentation change
Summary
Updated introduction, clarified capability naming in examples, and fixed IAM role ARN placeholder syntax.
Security assessment
Editorial and example improvements only. The IAM role ARN correction doesn't indicate security impact.
Diff
diff --git a/eks/latest/userguide/working-with-capabilities.md b/eks/latest/userguide/working-with-capabilities.md index dffced22a..1fd4e895f 100644 --- a//eks/latest/userguide/working-with-capabilities.md +++ b//eks/latest/userguide/working-with-capabilities.md @@ -15 +15 @@ To contribute to this user guide, choose the **Edit this page on GitHub** link t -This topic describes common operations for managing capability resources across all capability types. +List, describe, update, and delete capability resources on your Amazon EKS clusters. @@ -198 +198 @@ Get detailed information about a specific capability, including its configuratio -Use the `describe-capability` command to view detailed information. Replace `region-code` with the AWS Region that your cluster is in, replace `my-cluster` with the name of your cluster, and replace `capability-name` with the capability name (ack, argocd, or kro). +Use the `describe-capability` command to view detailed information. Replace `region-code` with the AWS Region that your cluster is in, replace `my-cluster` with the name of your cluster, and replace `capability-name` with the name you gave your capability when you created it (for example, `my-ack`, `my-argocd`, or `my-kro`). @@ -246 +246 @@ Use the `update-capability` command to modify a capability: - --role-arn arn:aws:iam::[.replaceable]111122223333:role/NewCapabilityRole + --role-arn arn:aws:iam::111122223333:role/NewCapabilityRole