Skip to content

Instantly share code, notes, and snippets.

@hsm207
Created April 28, 2020 16:33
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 hsm207/51252b44e53e2536a6cf3c78e8f9b795 to your computer and use it in GitHub Desktop.
Save hsm207/51252b44e53e2536a6cf3c78e8f9b795 to your computer and use it in GitHub Desktop.
Setting up the environment before creating an EKS cluster
#!/bin/bash
export AWS_DEFAULT_REGION=ap-southeast-1
export EDITOR="code-insiders --wait"
source activate python3
pip install --upgrade awscli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment