AWS eks documentation change
Summary
Fixed typos ('cluser' to 'cluster'), removed redundant 'AWS' before VPC references, and improved CIDR documentation phrasing
Security assessment
Typographical corrections and documentation clarity improvements without security context.
Diff
diff --git a/eks/latest/eksctl/vpc-configuration.md b/eks/latest/eksctl/vpc-configuration.md index e730c63d7..c668c25eb 100644 --- a//eks/latest/eksctl/vpc-configuration.md +++ b//eks/latest/eksctl/vpc-configuration.md @@ -32 +32 @@ In `us-east-1` eksctl only creates 2 public and 2 private subnets by default. -If you need to set up peering with another VPC, or simply need a larger or smaller range of IPs, you can use `--vpc-cidr` flag to change it. Please refer to [the AWS docs](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html#VPC_Sizing) for guides on choosing CIDR blocks which are permitted for use in an AWS VPC. +If you need to set up peering with another VPC, or simply need a larger or smaller range of IPs, you can use `--vpc-cidr` flag to change it. Please refer to [the AWS docs](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html#VPC_Sizing) for guides on choosing CIDR blocks which are permitted for use in a VPC. @@ -34 +34 @@ If you need to set up peering with another VPC, or simply need a larger or small -If you are creating an IPv6 cluster you can configure `VPC.IPv6Cidr` in the cluser config file. This setting is only in the config file, not in a CLI flag. +If you are creating an IPv6 cluster you can configure `VPC.IPv6Cidr` in the cluster config file. This setting is only in the config file, not in a CLI flag. @@ -36 +36 @@ If you are creating an IPv6 cluster you can configure `VPC.IPv6Cidr` in the clus -If you own an IPv6 IP address block, you can also bring your own IPv6 pool. See [Bring your own IP addresses (BYOIP) to Amazon EC2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html) on how to import your own pool. Then use the `VPC.IPv6Cidr` in the cluser config file to configure Eksctl. +If you own an IPv6 IP address block, you can also bring your own IPv6 pool. See [Bring your own IP addresses (BYOIP) to Amazon EC2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html) on how to import your own pool. Then use the `VPC.IPv6Cidr` in the cluster config file to configure Eksctl.