/aws-bomb

💣 Clean Up AWS Resources 💥

Primary LanguageTypeScript

💣 AWS Bomb

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

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.