Skip to content

Instantly share code, notes, and snippets.

@Twinuma
Last active December 18, 2015 13:39
Show Gist options
  • Save Twinuma/5791344 to your computer and use it in GitHub Desktop.
Save Twinuma/5791344 to your computer and use it in GitHub Desktop.
sudo easy_install pip
sudo pip install awscli
sudo pip install awscli --upgrade
echo 'export AWS_CONFIG_FILE=/home/ec2-user/config_file' >> ~/.bashrc
echo 'complete -C aws_completer aws' >> ~/.bash_profile
source ~/.bashrc
aws help
aws ec2 describe-instances
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment