# aws-nuke を Homebrew, apt, MacPorts, Nix, scoop でインストール

aws-nuke のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

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

  証拠: local Homebrew formula metadata

- MacPorts (94%):

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

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:aws-nuke
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/aws-nuke>
- **バージョン:** 3.65.0
- **ソース概要:** Nuke a whole AWS account and delete all its resources
- **ホームページ:** <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
- **生成日時:** 2026-07-08T07:18:31+00:00

## 実行可能ファイル

- aws-nuke (cli)
- aws-nuke (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 3.65.0
- マネージャ更新日: 2026-06-15
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/ekristen/aws-nuke
- 検出された最新: v3.65.0 (最新)
## プロジェクトの歴史と使われ方

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.

### タイムライン

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

### ソース

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


## セキュリティノート

aws-nuke に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## 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
## ソースデータベース詳細

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

## 他のパッケージマネージャ記録

- 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


## 関連リンク

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


## ソース

- 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
