AWS EKS

Authenticate

Remember to configure your AWS credentials before starting

$ aws configure
# Enter credentials here (creator of instance has this information)

Write permission to cluster

$ eksctl utils write-kubeconfig --cluster at --region us-east-2

Last updated