# aws-nuke mit Homebrew, apt, MacPorts, Nix, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für aws-nuke in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:aws-nuke
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install aws-nuke
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install aws-nuke
```

  Evidenz: MacPorts ports tree: sysutils/aws-nuke/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install aws-nuke
```

  Evidenz: Debian stable package indexes: aws-nuke from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#aws-nuke
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/aw/aws-nuke/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/aws-nuke
```

  Evidenz: Scoop official bucket manifest trees: bucket/aws-nuke.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:aws-nuke
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/aws-nuke>
- **Version:** 3.65.0
- **Quellzusammenfassung:** Nuke a whole AWS account and delete all its resources
- **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
- **Generiert:** 2026-07-08T07:18:31+00:00

## Executables

- aws-nuke (cli)
- aws-nuke (Alias)

## Build-Abhängigkeiten

- go

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 3.65.0
- Manager aktualisiert: 2026-06-15
- lokale Daten: OK
- Upstream-Repository: https://github.com/ekristen/aws-nuke
- neueste erkannte Version: v3.65.0 (aktuell)
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 2016: Initial aws-nuke commits add deletion support for core AWS resources.
- 2017: v1.0 tag appears in the public git history.
- 2018: v2.0.0 tag appears.
- 2025: libnuke 1.x dependency work lands in the current fork.
- 2026: v3.x tags show continued active releases.

### Related projects

- rebuy-de/aws-nuke is the original project acknowledged by the current fork.
- ekristen/libnuke is the shared core library used by version 3.

### Quellen

- <https://aws-nuke.ekristen.dev/auth/>
- <https://aws-nuke.ekristen.dev/cli-usage/>
- <https://aws-nuke.ekristen.dev/config/>
- <https://github.com/ekristen/aws-nuke#readme>
- official git history and tags from https://github.com/ekristen/aws-nuke


## Sicherheitshinweise

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.



## Configuration and credential file locations

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.


## Configuration files

- Unix: config.yaml

## Credential files

- Unix: ~/.aws/config, ~/.aws/credentials
- Windows: C:\Users\USERNAME\.aws\config, C:\Users\USERNAME\.aws\credentials
## Details aus der Quelldatenbank

- **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:** head, stable

## Andere Paketmanager-Einträge

- Debian apt - aws-nuke - 2.16.0-1+b19: normalized package name match | Debian stable package indexes: aws-nuke from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Delete a whole AWS account and all resources | https://github.com/rebuy-de/aws-nuke
- Nix - aws-nuke: normalized package name match | nixpkgs package indexes: pkgs/by-name/aw/aws-nuke/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - aws-nuke - 2.16.0-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: aws-nuke from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Delete a whole AWS account and all resources | https://github.com/rebuy-de/aws-nuke
- MacPorts - aws-nuke: normalized package name match | MacPorts ports tree: sysutils/aws-nuke/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/aws-nuke: normalized package name match | Scoop official bucket manifest trees: bucket/aws-nuke.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Verwandte Links

- [Cloud CLI packages](https://www.automicvault.com/de/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/de/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/de/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [go](https://www.automicvault.com/de/pkg/brew/go/) - Build dependency declared by Homebrew.
- [amazon-ecs-cli](https://www.automicvault.com/de/pkg/brew/amazon-ecs-cli/) - Shares av.db curated category or tags: aws, cli, cloud-infrastructure.
- [aws-amplify](https://www.automicvault.com/de/pkg/brew/aws-amplify/) - Shares av.db curated category or tags: aws, cli, cloud-infrastructure.
- [aws-cdk](https://www.automicvault.com/de/pkg/brew/aws-cdk/) - Shares av.db curated category or tags: aws, cli, cloud-infrastructure.
- [aws-console](https://www.automicvault.com/de/pkg/brew/aws-console/) - Shares av.db curated category or tags: aws, cli, cloud-infrastructure.
- [aws-elasticbeanstalk](https://www.automicvault.com/de/pkg/brew/aws-elasticbeanstalk/) - Shares av.db curated category or tags: aws, cli, cloud-infrastructure.
- [aws-es-proxy](https://www.automicvault.com/de/pkg/brew/aws-es-proxy/) - Shares av.db curated category or tags: aws, cli, cloud-infrastructure.
- [aws-google-auth](https://www.automicvault.com/de/pkg/brew/aws-google-auth/) - Shares av.db curated category or tags: aws, cli, cloud-infrastructure.
- [aws-iam-authenticator](https://www.automicvault.com/de/pkg/brew/aws-iam-authenticator/) - Shares av.db curated category or tags: aws, cli, cloud-infrastructure.

## Combined YAML source

View the package source record on GitHub. [combined/aws-nuke.yml](https://github.com/automic-vault/db/blob/main/combined/aws-nuke.yml)


## Quellen

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
