I hereby claim:
- I am nick4fake on github.
- I am nick4fake (https://keybase.io/nick4fake) on keybase.
- I have a public key ASCj3xVpwxEEznzOjMDMeRr1xyEYFxkiQS3s2zvAyHpUfgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # AMI init script | |
| set -e | |
| export DEBIAN_FRONTEND=noninteractive | |
| apt-get update | |
| apt-get -y install python-pip | |
| pip install --upgrade --user pip awscli |