AWS eks documentation change
Summary
Fixed a typo in the documentation for IPv6 support with Fargate nodes (changed 'configure' to 'configured')
Security assessment
This change is a minor grammatical correction with no security implications. It does not introduce, modify, or document any security features, vulnerabilities, or configurations.
Diff
diff --git a/eks/latest/userguide/security-groups-for-pods.md b/eks/latest/userguide/security-groups-for-pods.md index 49361ecb8..2e869bebe 100644 --- a//eks/latest/userguide/security-groups-for-pods.md +++ b//eks/latest/userguide/security-groups-for-pods.md @@ -40 +40 @@ Before deploying security groups for Pods, consider the following limitations an - * Security groups for Pods can be used with clusters configured for the `IPv6` family that contain Amazon EC2 nodes by using version 1.16.0 or later of the Amazon VPC CNI plugin. You can use security groups for Pods with clusters configure `IPv6` family that contain only Fargate nodes by using version 1.7.7 or later of the Amazon VPC CNI plugin. For more information, see [Learn about IPv6 addresses to clusters, Pods, and services](./cni-ipv6.html) + * Security groups for Pods can be used with clusters configured for the `IPv6` family that contain Amazon EC2 nodes by using version 1.16.0 or later of the Amazon VPC CNI plugin. You can use security groups for Pods with clusters configured for the `IPv6` family that contain only Fargate nodes by using version 1.7.7 or later of the Amazon VPC CNI plugin. For more information, see [Learn about IPv6 addresses to clusters, Pods, and services](./cni-ipv6.html)