AWS eks documentation change
Summary
Added documentation for June 13, 2025 feature update introducing pod subnet/SG selectors in NodeClass
Security assessment
The change adds documentation for network segmentation capabilities (pod subnets/security groups), which can improve security posture by enabling isolation. However, this is a feature enhancement rather than a direct response to a security issue.
Diff
diff --git a/eks/latest/userguide/auto-change.md b/eks/latest/userguide/auto-change.md index cd51cca9b..62cd8dfaf 100644 --- a//eks/latest/userguide/auto-change.md +++ b//eks/latest/userguide/auto-change.md @@ -5 +5 @@ -April 30, 2025April 18, 2025April 11, 2025April 4, 2025March 31, 2025March 21, 2025March 14, 2025 +June 13, 2025April 30, 2025April 18, 2025April 11, 2025April 4, 2025March 31, 2025March 21, 2025March 14, 2025 @@ -19,0 +20,4 @@ To receive notifications of all source file changes to this specific documentati +## June 13, 2025 + +**Feature:** Support for separate pod subnets in the `NodeClass`. This adds the optional keys ``podSubnetSelectorTerms` and `podSecurityGroupSelectorTerms` to set the subnets and security groups for the pods. For more information, see [Subnet selection for Pods](./create-node-class.html#pod-subnet-selector). +