Created
December 12, 2021 22:02
-
-
Save hisashiyamaguchi/0615fd18bea18528a4f93955a7bd53b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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