macOS
brew install awsweeperlocal Homebrew formula metadata
brew
CLI tool for cleaning your AWS account. Version 0.12.0 via Homebrew; verified from local package data.
install
brew install awsweeperlocal Homebrew formula metadata
nix profile install nixpkgs#awsweepernixpkgs package indexes · pkgs/by-name/aw/awsweeper/package.nix · source: api.github.com
overview
CLI tool for cleaning your AWS account
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
awsweeper | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/jckuester/awsweeper
install metadata
| Package key | brew:awsweeper |
|---|---|
| Version | 0.12.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/awsweeper |
| Homepage | https://github.com/jckuester/awsweeper/ |
| Repository | https://github.com/jckuester/awsweeper |
| Upstream docs | https://github.com/jckuester/awsweeper#readme |
| License | MPL-2.0 |
| Source archive | https://github.com/jckuester/awsweeper/archive/refs/tags/v0.12.0.tar.gz |
| Build dependencies | go |
| Bottle | available (on 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 | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
awsweeper
nix profile install nixpkgs#awsweepersource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.