aws configure
aws sts get-caller-identity
aws eks update-kubeconfig --region [region] --name [cluster name]
kubectl config use-context [context name]
arn:aws:eks...
kubectl config set-context --current --namespace=[name space]
kubectl get svc
kubectl get pods
kubectl logs pod [pod]
David D.