AWS eks documentation change
Summary
Updated link text from 'Control network access to cluster API server endpoint' to 'Cluster API server endpoint' in two places
Security assessment
The change only modifies hyperlink text without altering security guidance. The referenced content (cluster-endpoint.html) remains the same, indicating no new security implications.
Diff
diff --git a/eks/latest/userguide/create-cluster.md b/eks/latest/userguide/create-cluster.md index 55ade00d5..b27d46f25 100644 --- a//eks/latest/userguide/create-cluster.md +++ b//eks/latest/userguide/create-cluster.md @@ -221 +221 @@ You can only specify this option when using the `IPv4` address family and only a - * For **Cluster endpoint access** , select an option. After your cluster is created, you can change this option. Before selecting a non-default option, make sure to familiarize yourself with the options and their implications. For more information, see [Control network access to cluster API server endpoint](./cluster-endpoint.html). + * For **Cluster endpoint access** , select an option. After your cluster is created, you can change this option. Before selecting a non-default option, make sure to familiarize yourself with the options and their implications. For more information, see [Cluster API server endpoint](./cluster-endpoint.html). @@ -372 +372 @@ If you deploy your cluster using either `eksctl` or the AWS CLI, then the Amazon - * If you want nodes and IAM principals to access your cluster from within your VPC, enable the private endpoint for your cluster. The public endpoint is enabled by default. You can disable the public endpoint once you’ve enabled the private endpoint, if desired. For more information, see [Control network access to cluster API server endpoint](./cluster-endpoint.html). + * If you want nodes and IAM principals to access your cluster from within your VPC, enable the private endpoint for your cluster. The public endpoint is enabled by default. You can disable the public endpoint once you’ve enabled the private endpoint, if desired. For more information, see [Cluster API server endpoint](./cluster-endpoint.html).