/node-aws-delete-vpc

AWS Delete VPC is a Node utility script to list all resources in an AWS VPC, delete them, then delete the VPC.

Primary LanguageJavaScript

AWS Delete VPC

AWS Delete VPC is a Node utility script to list all resources in an AWS VPC, delete them, then delete the VPC.

Installation

  1. Clone this repository using Git.

  2. Use NPM to install the dependencies required for this script.

    npm install

Usage

  1. Run the following command to generate the Terraform scripts in the output directory.
node index.js vpc_id1 vpc_id2 vpc_id3

License

MIT