Follow these instructions.
aws --version # should be >= 1.16 aws configure
aws eks update-kubeconfig --name=<cluster_name> --region=<region>
kubectl get pods
Last updated 5 years ago