Adam K Dean
Posted on June 23, 2014
Installing awscli
on OSX is easy. If you don't already have it, install pip (python's package manager).
Now, to install awscli
, do this:
pip install awscli
Then configure it using:
aws configure
Now test it with:
aws ec2 describe-regions
💖 💪 🙅 🚩
Adam K Dean
Posted on June 23, 2014
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.