macOS
brew install aws-nukelocal Homebrew formula metadata
sudo port install aws-nukeMacPorts ports tree · sysutils/aws-nuke/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für aws-nuke in AI-Agent-Workflows.
Installation
brew install aws-nukelocal Homebrew formula metadata
sudo port install aws-nukeMacPorts ports tree · sysutils/aws-nuke/Portfile · Quelle: api.github.com
sudo apt install aws-nukeDebian stable package indexes · aws-nuke · Quelle: deb.debian.org
nix profile install nixpkgs#aws-nukenixpkgs package indexes · pkgs/by-name/aw/aws-nuke/package.nix · Quelle: api.github.com
scoop install main/aws-nukeScoop official bucket manifest trees · bucket/aws-nuke.json · Quelle: api.github.com
Überblick
Nuke a whole AWS account and delete all its resources
Verlauf
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.
Sicherheitslage
Für aws-nuke wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
aws-nuke | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/ekristen/aws-nuke
Installationsmetadaten
| Paketschlüssel | brew:aws-nuke |
|---|---|
| Version | 3.65.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/aws-nuke |
| Homepage | https://aws-nuke.ekristen.dev |
| Repository | https://github.com/ekristen/aws-nuke |
| Upstream-Dokumentation | https://aws-nuke.ekristen.dev/ |
| Lizenz | MIT |
| Quellarchiv | https://github.com/ekristen/aws-nuke/archive/refs/tags/v3.65.0.tar.gz |
| Zuletzt aktualisiert | 2026-06-15T10:20:10-04:00 |
| Pulse | updated |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-nukeQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.