Private Access

    This section helps you to enable private access for your Amazon EKS cluster’s Kubernetes API server endpoint and completely disable public access so that it’s not accessible from the internet.

    You can enable private access in .

    You can enable private access to the Kubernetes API server so that all communication between your worker nodes and the API server stays within your VPC (ENDPOINT_PRIVATE_ACCESS=true). You can also completely disable public access to your API server so that it’s not accessible from the internet (). In this case, you need to have an instance inside your VPC to talk with your Kubernetes API server.

    Please check Amazon EKS Cluster Endpoint Access Control for more details.