Problem scenario
You have a Kubernetes cluster in AWS. You have the AWS CLI installed. How do you find the URL for the Kubernetes cluster?
Solution
1. Run this command: aws eks list-clusters
2. Run this command: aws eks describe-cluster foobar
# where "foobar" was name determined in above command