AWS eks documentation change
Summary
Fixed a typo ('want deploy' -> 'want to deploy') in a sentence about IPv6 configuration.
Security assessment
This is a minor grammatical correction with no security implications. It does not address any security issue or add security documentation.
Diff
diff --git a/eks/latest/userguide/creating-a-vpc.md b/eks/latest/userguide/creating-a-vpc.md index 84c11dd07..79b038fa1 100644 --- a//eks/latest/userguide/creating-a-vpc.md +++ b//eks/latest/userguide/creating-a-vpc.md @@ -187 +187 @@ This VPC has three private subnets that are deployed into different Availability - 7. (Optional) Any cluster that you deploy to this VPC can assign private `IPv4` addresses to your Pods and services. If you want deploy clusters to this VPC to assign private `IPv6` addresses to your Pods and services, make updates to your VPC, subnet, route tables, and security groups. For more information, see [Migrate existing VPCs from IPv4 to IPv6](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-migrate-ipv6.html) in the Amazon VPC User Guide. Amazon EKS requires that your subnets have the `Auto-assign IPv6` addresses option enabled (it’s disabled by default). + 7. (Optional) Any cluster that you deploy to this VPC can assign private `IPv4` addresses to your Pods and services. If you want to deploy clusters to this VPC to assign private `IPv6` addresses to your Pods and services, make updates to your VPC, subnet, route tables, and security groups. For more information, see [Migrate existing VPCs from IPv4 to IPv6](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-migrate-ipv6.html) in the Amazon VPC User Guide. Amazon EKS requires that your subnets have the `Auto-assign IPv6` addresses option enabled (it’s disabled by default).