AWS Security ChangesHomeSearch

AWS eks documentation change

Service: eks · 2025-03-10 · Documentation low

File: eks/latest/userguide/hybrid-nodes-nodeadm.md

Summary

Added 'cni-validation' skip option for firewall port checks and '--no-color' flag for automation

Security assessment

The 'cni-validation' skip option relates to network configuration but does not address a specific security vulnerability. The '--no-color' flag is an output formatting change.

Diff

diff --git a/eks/latest/userguide/hybrid-nodes-nodeadm.md
index eac9aea8a..73e926a27 100644
--- a/eks/latest/userguide/hybrid-nodes-nodeadm.md
+++ b/eks/latest/userguide/hybrid-nodes-nodeadm.md
@@ -130 +130 @@ Name | Required | Description
-`-s`, `--skip` |  FALSE |  Phases of `init` to be skipped. It is not recommended to skip any of the phases unless it helps to fix an issue. **Values** `install-validation` skips checking if the proceding install command ran successfully.  
+`-s`, `--skip` |  FALSE |  Phases of `init` to be skipped. It is not recommended to skip any of the phases unless it helps to fix an issue. **Values** `install-validation` skips checking if the preceding install command ran successfully. `cni-validation` skips checking if either Cilium or Calico cni’s VxLan ports are opened if firewall is enabled on the node  
@@ -239,0 +240 @@ Name | Required | Description
+`--no-color` |  FALSE |  Disables color output. Useful for automation.