AWS eks documentation change
Summary
Added kubectl version requirement (v1.32.0+) and minor punctuation fixes in prerequisites
Security assessment
Changes specify version requirements and formatting improvements without addressing security vulnerabilities or describing security features.
Diff
diff --git a/eks/latest/userguide/auto-cis.md b/eks/latest/userguide/auto-cis.md index e385b034e..00383c674 100644 --- a//eks/latest/userguide/auto-cis.md +++ b//eks/latest/userguide/auto-cis.md @@ -19 +19 @@ Before you begin, ensure you have: - * Access to an Amazon EKS cluster with `kubectl` configured + * Access to an Amazon EKS cluster with `kubectl` configured (version must be at least v1.32.0; type `kubectl version` to check). @@ -21 +21 @@ Before you begin, ensure you have: - * The appropriate IAM permissions to debug nodes + * The appropriate IAM permissions to debug nodes. @@ -23 +23 @@ Before you begin, ensure you have: - * A valid profile that allows debug operations (e.g., `sysadmin`) + * A valid profile that allows debug operations (e.g., `sysadmin`).