vpc-describe

1.0.0 • Public • Published

vpc-describe

Describe the aws vpc to list associated resources with it...

CircleCI CodeQL Analysis npm NpmLicense

Background

The idea behind the implementation tool is to find out all the resources that are associated with aws vpc. This gives a picture of all resources or services that use aws vpc.

Usage

With npx

npx vpc-describe --help

With Installation

Globally

npm i --global vpc-describe

Project level

npm i --save[-dev] vpc-describe

Options

--network <vpc-id>

Provide a vpc id that needs to be describe.

--profile <profile-name>

Provide a AWS credential profile as a credentials.

--region <region-name>

Provide a AWS region Name. Default is us-east-1.

Development

npm run build
node ./dist/index.js --network vpc-xxxxxxx --profile default --output tabular

Bug or Feature request ?

If you are experiencing a issue or wanted to add a new feature, please create a github issue here.

Contributing

  • Fork the repository
  • Make the changes in your repository
  • Raise a pull request

/vpc-describe/

    Package Sidebar

    Install

    npm i vpc-describe

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    295 kB

    Total Files

    151

    Last publish

    Collaborators

    • rishikeshdarandale