AWS eks documentation change
Summary
Fixed a typo ('cluser' to 'cluster') and updated a link reference from 'a VPC' to 'an AWS VPC' for terminology consistency.
Security assessment
These are minor editorial fixes (typo correction and branding). No security implications are present in the change.
Diff
diff --git a/eks/latest/eksctl/vpc-configuration.md b/eks/latest/eksctl/vpc-configuration.md index c668c25eb..e730c63d7 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 a 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 an AWS 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 cluster 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 cluser 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 cluster 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 cluser config file to configure Eksctl.