Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

AWS CLI

This gives us the ability to configuring multiple AWS services from the command line. With the help of cli, the need for login to console and configuring services from the UI goes away.

Installation and Setup :-

Mac (OSX)

  1. pip install awscli (Requires Python 2.6.5 or higher)

To install pip :-

i) curl https://bootstrap.pypa.io/ez_setup.py -o - | sudo python

ii) sudo easy_install pip

iii) pip install regex

Windows (Requires Python 3.4.0 or higher)

Python :- https://www.python.org/downloads/release/python-343/

32 BIT Machine (https://s3.amazonaws.com/aws-cli/AWSCLI64.msi) 64 BIT Machine (https://s3.amazonaws.com/aws-cli/AWSCLI32.msi)