Get Hands-on with Amazon EKS - Workshop Event Series
Whether you're taking your first steps with Kubernetes or you're an experienced practitioner looking to sharpen your skills, our Amazon EKS workshop series delivers practical, real-world experience that moves you forward. Learn directly from AWS solutions architects and EKS specialists through hands-on sessions designed to build your confidence with Kubernetes. Register now and start building with Amazon EKS!
i can connect by typing site in address bar but if i enter this from cli "aws ec2 describe-regions --output table" i get as response "Could not connect to endpoint url: "https://ec2.east-us - 1.amazonaws.com/", why?
Check the region setting in ~/.aws/config. It is probably mistyped there or check the environmental variables for mistype. https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html
the region is east-us-1 and it is correct but I have always the same problem.
Try 'unset AWS_REGION' and 'unset AWS_DEFAULT_REGION'. Validate default profile settings, 'aws configure get default.region'. Then run your command. You can always override on the command line, 'aws ec2 describe-regions --output table --region us-east-1'
Also the correct region name for Northern Virginia is 'us-east-1' not 'east-us-1'.