Skip to content

Instantly share code, notes, and snippets.

@jwkidd3
Last active July 16, 2019 12:06
Show Gist options
  • Save jwkidd3/f44fdedd38093c0ace1e7c6449d57e6f to your computer and use it in GitHub Desktop.
Save jwkidd3/f44fdedd38093c0ace1e7c6449d57e6f to your computer and use it in GitHub Desktop.
https://kiddcorp.signin.aws.amazon.com/console
sudo yum -y install jq git
sudo pip install --upgrade pip
sudo ln -s /usr/local/bin/pip /bin
sudo pip install --upgrade awscli
curl -O https://releases.hashicorp.com/terraform/0.12.4/terraform_0.12.4_linux_amd64.zip
sudo unzip terraform_0.12.4_linux_amd64.zip -d /usr/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment