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.
- Nodejs Download
- Clone git
git clone https://github.com/unixxcorn/forceTerminateEC2.git
- Install package via npm:
npm install
- Create
credential.json
from this example:
{
"accessKeyId": "AKIAXXXXXXXX",
"secretAccessKey": "IEXXXXXXXXXXXXXXXX"
}
- Build program:
npm run build
- RUN:
npm start