Skip to content

unixxcorn/forceTerminateEC2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Force Terminate EC2

DISCLAIMER: We are not responsible for any damage from using this software.Please use it at your own risk and use it carefully.

Force delete EC2 instances with "termination protection" from any regions.

Prerequisite

  1. Nodejs Download

Installation

  1. Clone git git clone https://github.com/unixxcorn/forceTerminateEC2.git
  2. Install package via npm:
npm install
  1. Create credential.json from this example:
{
    "accessKeyId": "AKIAXXXXXXXX",
    "secretAccessKey": "IEXXXXXXXXXXXXXXXX"
}
  1. Build program:
npm run build
  1. RUN:
npm start

About

Force delete EC2 instances with "termination protection" from any regions.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published