AWS Security ChangesHomeSearch

AWS eks documentation change

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

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

Summary

Replaced placeholders in node upgrade/installation commands with concrete values.

Security assessment

Changes are documentation syntax improvements for command examples. No security fixes or vulnerability mentions. References to CVE patches are pre-existing and unchanged.

Diff

diff --git a/eks/latest/userguide/hybrid-nodes-security.md b/eks/latest/userguide/hybrid-nodes-security.md
index 62072b916..a16029074 100644
--- a//eks/latest/userguide/hybrid-nodes-security.md
+++ b//eks/latest/userguide/hybrid-nodes-security.md
@@ -62 +62 @@ After you confirm that the `containerd` CVE patch has been published to the OS o
-    nodeadm upgrade <replaceable>K8S_VERSION</replaceable> --config-source file:///root/nodeConfig.yaml
+    nodeadm upgrade K8S_VERSION --config-source file:///root/nodeConfig.yaml
@@ -104 +104 @@ If the patched `containerd` version is only available by other means instead of
-        nodeadm install <replaceable>K8S_VERSION</replaceable> --credential-provider <replaceable>CREDS_PROVIDER</replaceable> --containerd-source none
+        nodeadm install K8S_VERSION --credential-provider CREDS_PROVIDER --containerd-source none