larryboymi / aws-cli

Amazon Web Services Command Line Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS-CLI

Command Line tools for Amazon Web Services

The purpose of these tools are to provide an alternative to the Java command line tools, and use the aws-sdk node project.

These tools are at a very early stage and only one command is supported.

To Install

npm install -g aws-cli

Edit the config.json file, to include your AWS keys

To Use

All commands prefixed by aws, e.g.:

aws iam-servercertdel -s CERTIFICATE_NAME

Commands Supported

iam-servercertdel

aws iam-servercertdel -s CERTIFICATE_NAME

About

Amazon Web Services Command Line Tools


Languages

Language:JavaScript 100.0%