Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

AWS Command Line Options on Mac

AWS Shell:

sudo easy_install pip
sudo pip install aws-shell --upgrade --ignore-installed six
aws-shell

AWS CLI:

wget https://s3.amazonaws.com/aws-cli/awscli-bundle.zip
unzip awscli-bundle.zip
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
aws

AWS Cli Initial Setup

EB CLI (Elastic Beanstalk):

sudo curl -s https://s3.amazonaws.com/elasticbeanstalk-cli-resources/install-ebcli.py | python

You may be prompted to install Developer Tools, after which you’ll need to run this command again. EB CLI Initial Setup



This post first appeared on Sean Feeney, please read the originial post: here

Share the post

AWS Command Line Options on Mac

×

Subscribe to Sean Feeney

Get updates delivered right to your inbox!

Thank you for your subscription

×