Code Monkey home page Code Monkey logo

aws-tools's Introduction

aws-tools

An up-to-date bundle of all the Amazon Web Services (AWS) command line tools in a single location.

why?

We've been maintaining a slightly different version of this project internally at Bizo for a couple of years and it has been helpful for us. We figured it might be useful for others.

Currently, one has to install all of these tools by downloading different zip files from Amazon. It is hard to keep track of what tools have been updated and kind of a PITA to find all of the tools. We think it is easier to maintain a single project with all the tools in one place.

Note: Our goal is not to be the repository for fixing bugs found in the already packaged tools at this point.

installation

  • Clone project

    git clone git://github.com/floodfx/aws-tools.git

  • Update your shell init file (.bash_profile, .profile, etc.) with:

    # export AWS environment variables
    export AWS_ACCESS_KEY_ID=<your access key id>
    export AWS_SECRET_ACCESS_KEY=<your secret acess key>
    export AWS_TOOLS=<path to aws-tools working copy>
    # required for ec2-* tools
    export EC2_PRIVATE_KEY=`ls -1 ~/.aws-tools/pk-*.pem|head -1`
    export EC2_CERT=`ls -1 ~/.aws-tools/cert-*.pem|head -1`
    . $AWS_TOOLS/aws-tools-env.sh
    

    Calling aws-tools-env.sh will setup your PATH and other environment variables (EC2_HOME, etc.).

  • If you're running ec2-* commands, your copy cert-*.pem and pk-*.pem files to ~/.aws-tools.

That's all it should take. Please reach out to me if you have trouble installing and using.

work at bizo

If you want to work a large systems across multiple regions on AWS or on big data problems with passionate developers email me. Also check out Bizo's dev blog

updates => pull requests accepted

We will try to keep this as up-to-date as possible but will happily accept pull requests for tools with newer releases or even issues noting new tool releases.

known issues

  • Looks like the cloudsearch credentials file has a different format than the other tools that use credentials file. This wouldn't be a big deal except for the fact that cloudsearch uses the same name for the environment variable.

License

Licensed under the terms of the Apache Software License v2.0.

http://www.apache.org/licenses/LICENSE-2.0.html

aws-tools's People

Contributors

ogrodnek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

aws-tools's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.