Giter Site home page Giter Site logo

ec2-instance-lister's Introduction

ec2-instance-lister

Dependencies Status

List IP addresses of ec2 instances having a certain keyword in their name.

#Installation:

npm install -g ec2-instance-lister

#Usage:

This module uses RC to manage its configuration, so you will have to type your AWS credentials into the .ec2-instance-listerrc file.

Run:

ec2-instance-lister

options

--searchString | -s

Specify a search string to find in the instance tags

--account

Specify an account name for different credentials. The default credentials are named aws and they appear in the config file like so:

{
    "aws": {
        "accessKeyId": "blablabla",
        "secretAccessKey": "shhhhhhhhh",
        "region": "us-moon-1"
    }
}

if you specify --account or add it in the config, e.g. ec2-instance-lister --account=foo then credentials used will be under the account name key:

{
    "aws": { ... },
    "foo": {
        "accessKeyId": "blablabla",
        "secretAccessKey": "shhhhhhhhh",
        "region": "us-moon-1"  
    }
}

--ipType

which ip of the server to return: private or public, defaults to 'public' when selecting public or private, instances that do not have a particular ip will not be listed

ec2-instance-lister's People

Contributors

aviramst avatar kessler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kessler

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.