macOS
brew install cloud-nukelocal Homebrew formula metadata
brew / rank 2210
CLI tool to nuke (delete) cloud resources. Version 0.52.0 via Homebrew; verified 2026-07-27. Also installable with nix: nix profile install nixpkgs#cloud-nuke.
install
brew install cloud-nukelocal Homebrew formula metadata
nix profile install nixpkgs#cloud-nukenixpkgs package indexes · pkgs/by-name/cl/cloud-nuke/package.nix · source: api.github.com
scoop install main/cloud-nukeScoop official bucket manifest trees · bucket/cloud-nuke.json · source: api.github.com
winget install --id Gruntwork.cloud-nuke -eWindows Package Manager source index · Gruntwork.cloud-nuke · source: cdn.winget.microsoft.com
overview
CLI tool to nuke (delete) cloud resources
history
cloud-nuke is Gruntwork's destructive cleanup CLI for deleting cloud resources, mainly used around test accounts, ephemeral infrastructure, and default AWS resource cleanup. Its history is source-backed enough to treat it as a real package-manager tool rather than just a GitHub utility.
The gruntwork-io/cloud-nuke repository was created in 2017 and is maintained by Gruntwork. The README frames the tool as a way to remove leftover resources, clean test accounts, and delete defaults such as default VPCs and permissive security group rules.
The tool evolved from AWS-focused cleanup into a CLI with inspect, dry-run, filtering, config-file, and GCP commands. The README also documents telemetry added as of v0.29.0, showing a maintained packaged CLI rather than a one-off script.
Official installation docs point users to GitHub release binaries and explicitly list Homebrew for macOS and Linux plus winget for Windows. The input package-manager facts also record Nix, Scoop, and winget identifiers, so adoption is package-manager centric even though upstream cautions that package-manager builds may lag releases.
The CLI is significant in infrastructure shops because it turns account cleanup into a repeatable command with filters, dry-run, region selection, resource-type selection, and config-driven targeting.
Common use is `cloud-nuke aws` for deletion, `cloud-nuke inspect-aws` for inspection, `cloud-nuke defaults-aws` for default VPC and security group cleanup, and `cloud-nuke gcp` for GCP deletion. The official docs emphasize dry-run and filtering because the default delete path is intentionally dangerous.
Credentials come from standard AWS CLI credential mechanisms for AWS usage, and the tool accepts command flags plus an optional user-supplied config file path for granular filtering.
cloud-nuke is a good example of a high-blast-radius CLI where package freshness, binary provenance, and default behavior matter. Upstream warns users to compare package-manager versions with GitHub releases.
For Homebrew and cross-platform package indexes, it is notable because it packages operational cloud deletion behavior as a one-command executable rather than a library.
security posture
infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
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.
Credential-bearing paths to review before unattended agent runs.
~/.aws/credentials~/.aws/config%UserProfile%\.aws\credentials%UserProfile%\.aws\configexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
cloud-nuke | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:cloud-nuke |
|---|---|
| Version | 0.52.0 |
| Package manager | Homebrew |
| Homepage | https://gruntwork.io/ |
| Repository | https://github.com/gruntwork-io/cloud-nuke |
| Last updated | 2026-07-27T22:04:01+02:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
cloud-nuke
nix profile install nixpkgs#cloud-nukemain/cloud-nuke
scoop install main/cloud-nukeGruntwork.cloud-nuke
winget install --id Gruntwork.cloud-nuke -esource 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.