AWS Security ChangesHomeSearch

AWS eks documentation change

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

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

Summary

Corrected the direction of traffic flow between kubelet and Kubernetes API server

Security assessment

The change is a technical correction of network traffic direction, but does not address any specific security vulnerability or weakness

Diff

diff --git a/eks/latest/userguide/hybrid-nodes-networking.md
index 8404ef80c..dfc2f7dae 100644
--- a/eks/latest/userguide/hybrid-nodes-networking.md
+++ b/eks/latest/userguide/hybrid-nodes-networking.md
@@ -75 +75 @@ HTTPS |  TCP |  Outbound |  443 |  Remote Node CIDR(s) |  [Amazon EKS Auth servi
-HTTPS |  TCP |  Inbound |  10250 |  EKS cluster IPs 1 |  Remote Node CIDR(s) |  kubelet to Kubernetes API server  
+HTTPS |  TCP |  Inbound |  10250 |  EKS cluster IPs 1 |  Remote Node CIDR(s) |  Kubernetes API server to kubelet