macOS
brew install awsweeperlocal Homebrew formula metadata
安装
brew install awsweeperlocal Homebrew formula metadata
nix profile install nixpkgs#awsweepernixpkgs package indexes · pkgs/by-name/aw/awsweeper/package.nix · 来源: api.github.com
概览
CLI tool for cleaning your AWS account
历史
AWSweeper is a Go command-line tool for deleting selected AWS resources from an account using a YAML filter file. It belongs to the small but important class of cloud cleanup tools that exist because real AWS accounts accumulate test, orphaned, and policy-violating resources faster than humans can remove them by hand.
The official GitHub repository was created in July 2017, and the first GitHub release listed by the repository is v0.1.0 from November 2017. The README describes AWSweeper as a tool for cleaning AWS accounts and explains that it builds on delete routines from the Terraform AWS provider, list operations from the author's awsls project, and generated code based on AWS API models.
By the documented v0.12.0 release in February 2022, the README described support for more than 290 AWS resource types, with a stated goal of covering every AWS resource supported by Terraform without maintaining large amounts of bespoke deletion code in AWSweeper itself.
AWSweeper's official README documents installation from GitHub releases and from the author's Homebrew tap. The batch input also shows packaging in Homebrew and Nix, which is typical for a niche infrastructure CLI: small enough to remain specialized, but useful enough to be packaged for repeatable workstation and CI installation.
Users pass AWSweeper a YAML filter file naming Terraform-style AWS resource type identifiers and optional filters by id, tag, or creation date. The tool lists matching resources before deletion, supports a dry-run mode, and requires explicit confirmation unless the dangerous force flag is used for automation.
Package maintainers care about AWSweeper because it is a compact example of a cloud CLI that delegates hard provider-specific behavior to generated AWS and Terraform-adjacent code. It is also exactly the kind of tool package managers make safer to install: operationally powerful, infrequently used, and much better pinned to a known release than fetched from an arbitrary install script.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
awsweeper | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/jckuester/awsweeper
安装元数据
| 软件包键 | brew:awsweeper |
|---|---|
| 版本 | 0.12.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/awsweeper |
| 主页 | https://github.com/jckuester/awsweeper/ |
| 仓库 | https://github.com/jckuester/awsweeper |
| 上游文档 | https://github.com/jckuester/awsweeper#readme |
| 许可证 | MPL-2.0 |
| 源码归档 | https://github.com/jckuester/awsweeper/archive/refs/tags/v0.12.0.tar.gz |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | awsweeper |
| 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 软件包链接分开显示。
awsweeper
nix profile install nixpkgs#awsweeper来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.