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
#!/bin/bash | |
# AWS CLI | |
#apt-get install zip -y; | |
#curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"; | |
#unzip awscli-bundle.zip; | |
#./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws; | |
#aws configure; | |
#AWS Access Key ID [None]: Obtained when creating user in AWS IAM |