Skip to content

iamhansko/aws-bomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💣 AWS Bomb

Click Once, Delete All

💥 Delete all of your AWS resources with just one click 💥

Manually deleting resources every time you conduct exercises or simple tests on AWS can be tedious. This tool is convenient because it allows you to delete resources all at once.

Note

Forked from aws-nuke

Requirements

  1. Node.js v20

  2. Install Rust and Dependencies (Reference).

  3. (Windows) Unzip /src-tauri/external/aws-nuke-x86_64-pc-windows-msvc.zip

    (MacOS) Unzip /src-tauri/external/aws-nuke-aarch64-apple-darwin.zip

Dev Stage

cd aws-bomb-with-gui
npm install
npm run tauri dev

Prod Stage

cd aws-bomb-with-gui
npm install
npm run tauri build

Output files will be stored in /target/release/bundle

Troubleshooting

If the commands npm run tauri dev or npm run tauri build do not work properly, delete .next, out, and target directories from the project root and try again.

About

💣 Clean Up AWS Resources 💥

Resources

Stars

Watchers

Forks

Packages

No packages published