AWS Security ChangesHomeSearch

AWS eks documentation change

Service: eks · 2025-12-16 · Documentation low

File: eks/latest/userguide/hybrid-nodes-add-ons.md

Summary

Minor typo correction in command instruction (added 'init' to 'nodeadm init')

Security assessment

The change is a grammatical correction with no security implications. It clarifies the command syntax but does not address vulnerabilities or security features.

Diff

diff --git a/eks/latest/userguide/hybrid-nodes-add-ons.md b/eks/latest/userguide/hybrid-nodes-add-ons.md
index dc35e11b4..4f752bb65 100644
--- a//eks/latest/userguide/hybrid-nodes-add-ons.md
+++ b//eks/latest/userguide/hybrid-nodes-add-ons.md
@@ -138 +138 @@ This will configure `nodeadm` to create a credentials file to be configured on t
-  2. After you update the `nodeadm` config on _each_ node, run the following `nodeadm init` command with your `nodeConfig.yaml` to join your hybrid nodes to your Amazon EKS cluster. If your nodes have joined the cluster previous, still run the `init` command again.
+  2. After you update the `nodeadm` config on _each_ node, run the following `nodeadm init` command with your `nodeConfig.yaml` to join your hybrid nodes to your Amazon EKS cluster. If your nodes have joined the cluster previous, still run the `nodeadm init` command again.