macOS
brew install aws-nukelocal Homebrew formula metadata
sudo port install aws-nukeMacPorts ports tree · sysutils/aws-nuke/Portfile · ソース: api.github.com
brew
aws-nuke のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install aws-nukelocal Homebrew formula metadata
sudo port install aws-nukeMacPorts ports tree · sysutils/aws-nuke/Portfile · ソース: api.github.com
sudo apt install aws-nukeDebian stable package indexes · aws-nuke · ソース: deb.debian.org
nix profile install nixpkgs#aws-nukenixpkgs package indexes · pkgs/by-name/aw/aws-nuke/package.nix · ソース: api.github.com
scoop install main/aws-nukeScoop official bucket manifest trees · bucket/aws-nuke.json · ソース: api.github.com
概要
Nuke a whole AWS account and delete all its resources
履歴
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.
セキュリティ状態
aws-nuke に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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\credentials実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
aws-nuke | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/ekristen/aws-nuke
インストールメタデータ
| パッケージキー | brew:aws-nuke |
|---|---|
| バージョン | 3.65.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/aws-nuke |
| ホームページ | https://aws-nuke.ekristen.dev |
| リポジトリ | https://github.com/ekristen/aws-nuke |
| 上流ドキュメント | https://aws-nuke.ekristen.dev/ |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/ekristen/aws-nuke/archive/refs/tags/v3.65.0.tar.gz |
| 最終更新 | 2026-06-15T10:20:10-04:00 |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-nukeソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.