Skip to content

Instantly share code, notes, and snippets.

@hisashiyamaguchi
Created December 12, 2021 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hisashiyamaguchi/0615fd18bea18528a4f93955a7bd53b3 to your computer and use it in GitHub Desktop.
Save hisashiyamaguchi/0615fd18bea18528a4f93955a7bd53b3 to your computer and use it in GitHub Desktop.
# install eksctl.
$ brew install eksctl
# Create a cluster.
$ eksctl create cluster --name hisashiyamaguchi --fargate --region us-east-2 -p janrain
Assume Role MFA token code:
# Get clusters.
$ eksctl get cluster --region us-east-2 -p janrain
Assume Role MFA token code:
# Delete the cluster.
$ eksctl delete cluster --name hisashiyamaguchi -p janrain --region us-east-2
Assume Role MFA token code:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment