AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2025-06-07 · Documentation low

File: AWSCloudFormation/latest/TemplateReference/aws-resource-eks-cluster.md

Summary

Added clarification about EKS cluster endpoint domain/IP dependencies on the ipFamily setting.

Security assessment

The change provides additional technical context about endpoint configuration but does not introduce or modify security controls. It explains how ipFamily affects networking behavior without addressing vulnerabilities or security features.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-eks-cluster.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-eks-cluster.md
index 824af0f29..6a11f14df 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-resource-eks-cluster.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-eks-cluster.md
@@ -17 +17 @@ Amazon EKS nodes run in your AWS account and connect to your cluster's control p
-You can use the `endpointPublicAccess` and `endpointPrivateAccess` parameters to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see [Amazon EKS Cluster Endpoint Access Control](https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html) in the __Amazon EKS User Guide_ _. 
+You can use the `endpointPublicAccess` and `endpointPrivateAccess` parameters to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. The endpoint domain name and IP address family depends on the value of the `ipFamily` for the cluster. For more information, see [Amazon EKS Cluster Endpoint Access Control](https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html) in the __Amazon EKS User Guide_ _.