Skip to content

Instantly share code, notes, and snippets.

@cmwylie19
Last active February 20, 2025 22:38
Show Gist options
  • Save cmwylie19/09ae083a442ee3637feb2336279303c9 to your computer and use it in GitHub Desktop.
Save cmwylie19/09ae083a442ee3637feb2336279303c9 to your computer and use it in GitHub Desktop.
eks
export AWS_ACCESS_KEY_ID=""
export AWS_SECRET_ACCESS_KEY=""
export AWS_SESSION_TOKEN=""

aws configure 
aws eks update-kubeconfig --region <AWS_REGION> --name <EKS_CLUSTER_NAME>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment