AWS eks documentation change
Summary
Changed 'AWS VPC CNI' to 'VPC CNI' in Security Groups for Pods comparison
Security assessment
This appears to be a minor terminology update without security implications. No security features or vulnerabilities are mentioned in the change.
Diff
diff --git a/eks/latest/userguide/create-node-class.md b/eks/latest/userguide/create-node-class.md index 9af6e7ff9..88d398490 100644 --- a//eks/latest/userguide/create-node-class.md +++ b//eks/latest/userguide/create-node-class.md @@ -283 +283 @@ The `podSubnetSelectorTerms` and `podSecurityGroupSelectorTerms` fields enable a -This feature is different from the [Security Groups for Pods](./security-groups-for-pods.html) (SGPP) feature used with the AWS VPC CNI for non-EKS Auto Mode compute. SGPP is not supported in EKS Auto Mode. Instead, use `podSecurityGroupSelectorTerms` in the `NodeClass` to apply separate security groups to Pod traffic. The security groups apply at the `NodeClass` level, meaning all Pods on nodes using that `NodeClass` share the same Pod security groups. +This feature is different from the [Security Groups for Pods](./security-groups-for-pods.html) (SGPP) feature used with the VPC CNI for non-EKS Auto Mode compute. SGPP is not supported in EKS Auto Mode. Instead, use `podSecurityGroupSelectorTerms` in the `NodeClass` to apply separate security groups to Pod traffic. The security groups apply at the `NodeClass` level, meaning all Pods on nodes using that `NodeClass` share the same Pod security groups.