Automic VaultAutomic Vault

brew

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

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install aws-nuke

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install aws-nuke

MacPorts ports tree · sysutils/aws-nuke/Portfile · Source: api.github.com

Linux

Debian aptvérifié · 92%
sudo apt install aws-nuke

Debian stable package indexes · aws-nuke · Source: deb.debian.org

Nixvérifié · 92%
nix profile install nixpkgs#aws-nuke

nixpkgs package indexes · pkgs/by-name/aw/aws-nuke/package.nix · Source: api.github.com

Windows

Scoopvérifié · 92%
scoop install main/aws-nuke

Scoop official bucket manifest trees · bucket/aws-nuke.json · Source: api.github.com

aperçu

Résumé du paquet

Nuke a whole AWS account and delete all its resources

historique

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.

posture de sécurité

Aucune couverture d'outil protégé trouvée pour le moment

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.

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • Les métadonnées de compilation listent 1 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

local files

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

Config paths the tool may read or write during local use.

Unix
config.yaml

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.aws/config~/.aws/credentials
Windows
C:\Users\USERNAME\.aws\configC:\Users\USERNAME\.aws\credentials

exécutables

Exécutables installés

CommandeTypeExpositionNote
aws-nukecliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-08
version du gestionnaire3.65.0
gestionnaire mis à jour2026-06-15
données localesOK
amontà jour
dernière version détectéev3.65.0

https://github.com/ekristen/aws-nuke

  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:aws-nuke
Version3.65.0
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/aws-nuke
Page d'accueilhttps://aws-nuke.ekristen.dev
Dépôthttps://github.com/ekristen/aws-nuke
Docs amonthttps://aws-nuke.ekristen.dev/
LicenceMIT
Archive sourcehttps://github.com/ekristen/aws-nuke/archive/refs/tags/v3.65.0.tar.gz
Dernière mise à jour2026-06-15T10:20:10-04:00
Pulseupdated
Dépendances de compilationgo
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameaws-nuke
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

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-nuke
  • Section: golang
  • Architecture: amd64
  • Source Package: aws-nuke
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Aws Nuke
Debian stable package indexes · deb.debian.org · Debian stable package indexes: aws-nuke from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

aws-nuke

nix profile install nixpkgs#aws-nuke
  • normalized package name match
  • Correspondance par : Aws Nuke
nixpkgs package indexes · api.github.com · 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 apt95%

aws-nuke 2.16.0-1build1

Delete a whole AWS account and all resources

https://github.com/rebuy-de/aws-nuke

sudo apt install aws-nuke
  • Section: universe/golang
  • Architecture: amd64
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Aws Nuke
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: aws-nuke from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
MacPorts95%

aws-nuke

sudo port install aws-nuke
  • normalized package name match
  • Correspondance par : Aws Nuke
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/aws-nuke/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/aws-nuke

scoop install main/aws-nuke
  • normalized package name match
  • Correspondance par : Aws Nuke
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/aws-nuke.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

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