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
-
Install Rust and Dependencies (Reference).
-
(Windows) Unzip
/src-tauri/external/aws-nuke-x86_64-pc-windows-msvc.zip
(MacOS) Unzip
/src-tauri/external/aws-nuke-aarch64-apple-darwin.zip
cd aws-bomb-with-gui
npm install
npm run tauri dev
cd aws-bomb-with-gui
npm install
npm run tauri build
Output files will be stored in /target/release/bundle
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.