Giter VIP home page Giter VIP logo

aws-cli-awless's Introduction

aws-cli-awless

A docker image containing just aws-cli and awless.

Motive

I wanted to test AWS credentials in a clean environment, that would also work the same for Windows and Mac users, and without messing up my own setup.

Also awless is a great tool for quickly viewing aws resources. For example awless list instances will produce a niceley formated list of instances. Actually it's also a great tool for quickly doing anything, like adding roles etc.

Build it

The image was built from the Dockerfile placed in the current directory like this:

docker build -t silverfibre/aws-cli-awless .

You can download the Dockerfile and do the same:

docker build -t my-aws-cli .

Run it

You can also skip the build if you can trust the Dockerhub image and just run it:

docker run -it -v ~/.aws/credentials:/root/.aws/credentials --rm silverfibre/aws-cli-awless

I didn't give it a name as the container will be removed once it stops, or you exit it.

For credential testing I created a new credential file in my current directory, say my-credentials, and mapped the file in my current directory to the containers .aws/credentials file.

docker run -it -v "$(pwd)"/my-credentials:/root/.aws/credentials --rm silverfibre/aws-cli-awless

aws-cli-awless's People

Contributors

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