Giter Site home page Giter Site logo

aws_cred_switcher's Introduction

AWS Cred Switcher

This is a command line application to allow the user to manage AWS credentials for multiple projects.

Cred Structure

AWS Creds are stored in the user's Home directory under a folder named ".aws". Having credentials for multiple software projects using AWS can become a burden to manage when signing in to different projects. Therefore this app has been built to help manage your multiple AWS project credentials.

Credential Structure

For AWE Cred Switcher to work correctly you will need to setup your sub-folders in the .aws directory as such for each of your projects as such.

.aws
├── billion_dollar_product
│   ├── config
│   └── credentials
├── unicorn_dream
│   ├── config
│   └── credentials
├── config  (will be created)
└── credentials (will be created)

Installation

All steps to be ran from the command line. Clone this repository (git clone) and cd into the directory.

virtualenv venv
. venv/bin/activate
pip install --editable .
deactivate
cp venv/bin/cred_switch /usr/local/bin/

Now you can run: cred_switch

aws_cred_switcher's People

Contributors

marty331 avatar

Watchers

 avatar  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.