AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-07-18 · Documentation low

File: cli/latest/reference/eks/disassociate-access-policy.md

Summary

Updated CLI version from 2.27.51 to 2.27.54 and added examples for access policy disassociation

Security assessment

Documents security control operations for managing EKS access policies. No indication of patching vulnerabilities, but improves security practice documentation.

Diff

diff --git a/cli/latest/reference/eks/disassociate-access-policy.md b/cli/latest/reference/eks/disassociate-access-policy.md
index 49cff2ec0..9e4cdc3c0 100644
--- a//cli/latest/reference/eks/disassociate-access-policy.md
+++ b//cli/latest/reference/eks/disassociate-access-policy.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »
@@ -35,0 +36 @@
+    * Examples
@@ -202,0 +204,23 @@ Disable automatically prompt for CLI input parameters.
+## Examples¶
+
+### Note
+
+To use the following examples, you must have the AWS CLI installed and configured. See the [Getting started guide](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html) in the _AWS CLI User Guide_ for more information.
+
+Unless otherwise stated, all examples have unix-like quotation rules. These examples will need to be adapted to your terminal’s quoting rules. See [Using quotation marks with strings](https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-quoting-strings.html) in the _AWS CLI User Guide_ .
+
+**To disassociate the access policy from an access entry**
+
+The following `disassociate-access-policy` removes the access policy associated with the access entry.
+    
+    
+    aws eks disassociate-access-policy \
+        --cluster-name eks-customer \
+        --principal-arn arn:aws:iam::111122223333:role/Admin \
+        --policy-arn arn:aws:eks::aws:cluster-access-policy/AmazonEKSEditPolicy
+    
+
+This command produces no output.
+
+For more information, see [Associate access policies with access entries](https://docs.aws.amazon.com/eks/latest/userguide/access-policies.html) in the _Amazon EKS User Guide_.
+
@@ -217 +241 @@ None
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »