Page cover image

EKS Cluster with public or public/private access point

Follow the instructions here to connect to your EKS cluster. For example, you can configure the AWS CLI to use the credentials of the IAM User who created the EKS Cluster and update the kubeconfig file in the local machine as below:

aws configure
aws eks update-kubeconfig --region <eks-region> --name <eks-cluster-name>

Last updated