https://github.com/rishikeshdarandale/vpc-describe
A goto tool to describe the aws vpc to list associated resources with it...
https://github.com/rishikeshdarandale/vpc-describe
aws describe devops devops-tools vpc
Last synced: 3 months ago
JSON representation
A goto tool to describe the aws vpc to list associated resources with it...
- Host: GitHub
- URL: https://github.com/rishikeshdarandale/vpc-describe
- Owner: RishikeshDarandale
- License: mit
- Created: 2022-03-10T16:57:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T12:18:14.000Z (about 2 years ago)
- Last Synced: 2025-01-17T22:14:50.355Z (4 months ago)
- Topics: aws, describe, devops, devops-tools, vpc
- Language: TypeScript
- Homepage: https://rishikeshdarandale.github.io/vpc-describe/
- Size: 1.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vpc-describe
[](https://circleci.com/gh/RishikeshDarandale/vpc-describe/tree/main)

[](https://www.npmjs.com/package/vpc-describe)
[](https://github.com/RishikeshDarandale/vpc-describe/blob/main/LICENSE)Describe the aws vpc to list associated resources with it...
## Background
The idea behind the implementation of the 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 --network vpc-xxxxxxx --profile default --output tabular
```### With Installation
#### Globally
```
npm i --global vpc-describe
```#### Project level
```
npm i --save[-dev] vpc-describe
```### Options
`--network `
Provide a vpc id that needs to be describe.
`--profile `
Provide a AWS credential profile as a credentials.
`--region `
Provide a AWS region Name. Default is `us-east-1`.
`--output `
Provide an output type. Default is `tabular`
## 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](https://github.com/RishikeshDarandale/vpc-describe/issues/new/choose).
## Contributing
- Fork the repository
- Make the changes in your repository
- Raise a pull request