macOS
brew install aws-nukelocal Homebrew formula metadata
sudo port install aws-nukeMacPorts ports tree · sysutils/aws-nuke/Portfile · 来源: api.github.com
安装
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 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.