Giter Site home page Giter Site logo

awsenv.sh's Introduction

awsenv.sh

Ephemeral AWS CLI for embedding with version control

If you want to install, use, and group an aws cli system together with a codebase you're working on, then give the following a try. You'll need to have python 2 or 3, bash, and git installed within the context you're running.

  1. Download or clone the latest release of this software.
  2. Run awsenv.sh and fill in stuff:
[me@laptop ~/awsenv]$ ./awsenv.sh
Enter an identifier for PS1, blank if unsure: myEnv
Enter default AWS region: eu-west-1
Enter AWS acces key ID: my_key_id
Enter AWS secret access key: (will not echo)
Additional PyPI packages to include, space separated:
.
.
.
myEnv [me@laptop ~/awsenv]$ aws iam list-groups
{
    "Groups": [
        {
            "GroupId": "ABCDEFGHIJKLMNOPQRSTU",
            "Path": "/",
            "GroupName": "root",
            "CreateDate": "19070-01-01T00:00:00Z",
            "Arn": "arn:aws:iam::123456789012:group/root"
        }
    ]
}
myEnv [me@laptop ~/awsenv]$ exit
[me@laptop ~/awsenv]$

When you're finished just type exit or hit Ctrl-D. The stuff you entered to start the awsenv was saved in a file named awsenv.conf. awsenv.sh will only write and try to read the awsenv.conf residing in the same directory as itself. Never commit awsenv.conf to version control as it contains your secret access key.

awsenv.sh's People

Contributors

jnordenswan avatar

Watchers

 avatar

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.