Forum archive › Amazon Web Services ( AWS )
ArchiveCould not connect to the endpoint URL: \"https://eks.region.amazonaws.com/clusters/CLUSTER
Problem
User trying to connect to cluster with the following command
aws eks --region us-east-1a update-kubeconfig --name CLUSTERNAME
and gets the following error
Could not connect to the endpoint URL: "https://eks.region.amazonaws.com/clusters/CLUSTERNAME"
Solution
You have an error with AWS parameters and probable specified wrong region fix to proper region where your CLUSTER installed
aws eks --region us-east-1 update-kubeconfig --name CLUSTERNAME
We do this for a living.
Kubernetes, DevOps and platform engineering, delivered in days — not another weekend lost to a stack trace.
Start a project →