macOS
brew install awsweeperlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für awsweeper in AI-Agent-Workflows.
Installation
brew install awsweeperlocal Homebrew formula metadata
nix profile install nixpkgs#awsweepernixpkgs package indexes · pkgs/by-name/aw/awsweeper/package.nix · Quelle: api.github.com
Überblick
CLI tool for cleaning your AWS account
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
awsweeper | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/jckuester/awsweeper
Installationsmetadaten
| Paketschlüssel | brew:awsweeper |
|---|---|
| Version | 0.12.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/awsweeper |
| Homepage | https://github.com/jckuester/awsweeper/ |
| Repository | https://github.com/jckuester/awsweeper |
| Upstream-Dokumentation | https://github.com/jckuester/awsweeper#readme |
| Lizenz | MPL-2.0 |
| Quellarchiv | https://github.com/jckuester/awsweeper/archive/refs/tags/v0.12.0.tar.gz |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf 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 | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
awsweeper
nix profile install nixpkgs#awsweeperQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.