Project

awscli

0.01
No commit activity in last 3 years
No release in over 3 years
Command Line Interface for Amazon Web Services built in Ruby, using Fog and Thor
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0

Runtime

>= 1.16.0
>= 0.17.0
 Project Readme

awscli

Amazon Web Service(s) Command Line Interface

Gem Version Dependency Status Code Climate

Provides the following interface:

  • Elastic Cloud Compute (EC2)
  • Auto Scaling Group (AS)
  • Simple Storage Service (S3)
  • AWS Identity and Access Management Interface (IAM)
  • Elastic MapReduce (EMR)
  • DynamoDB

More interfaces are in development.

To Install Use:

sudo gem install awscli

Note: awscli depends on nokogiri gem which needs to be compiled and dynamically linked against both libxml2 and libxslt, for installing dependencies follow this link: http://nokogiri.org/tutorials/installing_nokogiri.html

For help using cli:

awscli help

For help on individual Interfaces:

$ awscli <interface> help

Licence:

awscli is released under the terms of the MIT License, see the included LICENSE file.