AWS eks documentation change
Summary
Updated link text from 'Control network access to cluster API server endpoint' to 'Cluster API server endpoint' while maintaining same documentation content
Security assessment
The change only modifies the anchor text of a documentation link without altering security recommendations. The security guidance about enabling private endpoints for worker node communication remains unchanged. No evidence of addressing a specific vulnerability or adding new security features.
Diff
diff --git a/eks/latest/userguide/worker.md b/eks/latest/userguide/worker.md index 98bc287f6..c91965fb6 100644 --- a//eks/latest/userguide/worker.md +++ b//eks/latest/userguide/worker.md @@ -17 +17 @@ Amazon EKS provides specialized Amazon Machine Images (AMIs) that are called Ama -If you restrict access to the public endpoint of your cluster using CIDR blocks, we recommend that you also enable private endpoint access. This is so that nodes can communicate with the cluster. Without the private endpoint enabled, the CIDR blocks that you specify for public access must include the egress sources from your VPC. For more information, see [Control network access to cluster API server endpoint](./cluster-endpoint.html). +If you restrict access to the public endpoint of your cluster using CIDR blocks, we recommend that you also enable private endpoint access. This is so that nodes can communicate with the cluster. Without the private endpoint enabled, the CIDR blocks that you specify for public access must include the egress sources from your VPC. For more information, see [Cluster API server endpoint](./cluster-endpoint.html).