# Installer aws-nuke avec Homebrew, apt, MacPorts, Nix, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de aws-nuke pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

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

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

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

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:aws-nuke
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/aws-nuke>
- **Version:** 3.65.0
- **Résumé source:** Nuke a whole AWS account and delete all its resources
- **Page d'accueil:** <https://aws-nuke.ekristen.dev>
- **Dépôt:** <https://github.com/ekristen/aws-nuke>
- **Docs amont:** <https://aws-nuke.ekristen.dev/>
- **Licence:** MIT
- **Archive source:** <https://github.com/ekristen/aws-nuke/archive/refs/tags/v3.65.0.tar.gz>
- **Dernière mise à jour:** 2026-06-15T10:20:10-04:00
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- aws-nuke (cli)
- aws-nuke (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 3.65.0
- gestionnaire mis à jour: 2026-06-15
- données locales: OK
- dépôt amont: https://github.com/ekristen/aws-nuke
- dernière version détectée: v3.65.0 (à jour)
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour aws-nuke. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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
## Détails de la base source

- **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

## Autres enregistrements de gestionnaires de paquets

- 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


## Liens liés

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


## Sources

- 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
