macOS
brew install aws-nukelocal Homebrew formula metadata
sudo port install aws-nukeMacPorts ports tree · sysutils/aws-nuke/Portfile · source: api.github.com
brew
Nuke a whole AWS account and delete all its resources. Version 3.65.0 via Homebrew; verified 2026-06-15.
install
brew install aws-nukelocal Homebrew formula metadata
sudo port install aws-nukeMacPorts ports tree · sysutils/aws-nuke/Portfile · source: api.github.com
sudo apt install aws-nukeDebian stable package indexes · aws-nuke · source: deb.debian.org
nix profile install nixpkgs#aws-nukenixpkgs package indexes · pkgs/by-name/aw/aws-nuke/package.nix · source: api.github.com
scoop install main/aws-nukeScoop official bucket manifest trees · bucket/aws-nuke.json · source: api.github.com
overview
Nuke a whole AWS account and delete all its resources
history
aws-nuke is a destructive AWS account cleanup tool for deleting resources across an account. It is designed for controlled teardown workflows rather than routine administration.
The repository history starts in June 2016 with commits adding deletion support for EC2 instances, Auto Scaling groups, security groups, Route 53 records, and VPCs. The current ekristen project documents itself as a full fork of the original rebuy-de/aws-nuke project.
The fork's README says the fork became necessary because the original maintainers had limited time and contribution feedback cycles were slow. Version 3 rewrote the tool around libnuke, a shared library intended to avoid maintaining duplicated cleanup logic across cloud-specific nuke tools.
aws-nuke became a recognizable tool in AWS-heavy development and test environments because it automates the otherwise tedious process of finding and deleting many resource types. Its own warning documentation emphasizes blocklists, explicit account configuration, and central management of the config file because mistakes can delete live infrastructure.
The project is packaged through Homebrew and several other package managers in the supplied facts, which fits its use as an operator CLI: teams want a pinned binary available on developer laptops, CI jobs, and ephemeral cleanup machines.
Use centers on a YAML configuration file passed with --config or -c. The docs describe the config as user supplied YAML loaded from the path specified by the --config flag, with the CLI usage showing config.yaml as the default.
For AWS authentication, the official docs describe static credential flags, environment variables, and shared AWS config/credential files normally located at ~/.aws/config and ~/.aws/credentials. The CLI can also use AWS profiles and assume-role settings.
Package nerds care about aws-nuke because it is one of the rare packageable CLIs whose whole purpose is irreversible infrastructure deletion. Its formula is not just a convenience wrapper; distributing the right upstream and version matters for supported AWS resource coverage and safety controls.
security posture
No matching local secret-handling manifest was found for aws-nuke. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
config.yamlCredential-bearing paths to review before unattended agent runs.
~/.aws/config~/.aws/credentialsC:\Users\USERNAME\.aws\configC:\Users\USERNAME\.aws\credentialsexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
aws-nuke | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/ekristen/aws-nuke
install metadata
| Package key | brew:aws-nuke |
|---|---|
| Version | 3.65.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/aws-nuke |
| Homepage | https://aws-nuke.ekristen.dev |
| Repository | https://github.com/ekristen/aws-nuke |
| Upstream docs | https://aws-nuke.ekristen.dev/ |
| License | MIT |
| Source archive | https://github.com/ekristen/aws-nuke/archive/refs/tags/v3.65.0.tar.gz |
| Last updated | 2026-06-15T10:20:10-04:00 |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | aws-nuke |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
aws-nuke 2.16.0-1+b19
Delete a whole AWS account and all resources
https://github.com/rebuy-de/aws-nuke
sudo apt install aws-nukeaws-nuke
nix profile install nixpkgs#aws-nukeaws-nuke 2.16.0-1build1
Delete a whole AWS account and all resources
https://github.com/rebuy-de/aws-nuke
sudo apt install aws-nukeaws-nuke
sudo port install aws-nukemain/aws-nuke
scoop install main/aws-nukesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.