Adam K Dean

Install awscli on OSX

Published on 23 June 2014 at 15:20 by Adam

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


This post was first published on 23 June 2014 at 15:20. It was filed under archive with tags osx, awscli, ec2, aws.