AWS eks documentation change
Summary
Corrected grammar in network route description ('a route to an internet' → 'a route to the internet')
Security assessment
Purely grammatical correction with no security implications. Doesn't alter security posture or describe security features.
Diff
diff --git a/eks/latest/userguide/eks-outposts-vpc-subnet-requirements.md b/eks/latest/userguide/eks-outposts-vpc-subnet-requirements.md index bbeb05141..dfb941215 100644 --- a//eks/latest/userguide/eks-outposts-vpc-subnet-requirements.md +++ b//eks/latest/userguide/eks-outposts-vpc-subnet-requirements.md @@ -89 +89 @@ You can create a VPC that meets the previous requirements using one of the follo - * **[ Template 1](https://s3.us-west-2.amazonaws.com/amazon-eks/cloudformation/2022-09-20/amazon-eks-local-outposts-vpc-subnet.yaml) ** – This template creates a VPC with one private subnet on the Outpost and one public subnet in the AWS Region. The private subnet has a route to an internet through a NAT Gateway that resides in the public subnet in the AWS Region. This template can be used to create a local cluster in a subnet with egress internet access. + * **[ Template 1](https://s3.us-west-2.amazonaws.com/amazon-eks/cloudformation/2022-09-20/amazon-eks-local-outposts-vpc-subnet.yaml) ** – This template creates a VPC with one private subnet on the Outpost and one public subnet in the AWS Region. The private subnet has a route to the internet through a NAT Gateway that resides in the public subnet in the AWS Region. This template can be used to create a local cluster in a subnet with egress internet access.