Lifecycle ownership
TTL, owner, environment, service, and exception tags become workflow triggers.
Tag Manager turns AWS tags into a workflow engine. Apply and audit tags across accounts, then attach business processes — TTL, ownership, approval, archival — directly to them. The custodial work that used to eat your sprints just runs itself.
The CLI workflow, dashboard evidence, and governance data stay aligned so every recommendation has an owner and a next step.
TTL, owner, environment, service, and exception tags become workflow triggers.
Find idle, orphaned, oversized, or expired resources before they become spend drift.
Platform teams can enforce policies from terminal workflows and review evidence in the dashboard.
brew list --formula bluearch-aws-core >/dev/null 2>&1 || brew install bluearchio/tap/bluearch-aws-corebrew install bluearchio/tap/bluearch-aws-tagsbrew list --formula bluearch-aws-core >/dev/null 2>&1 || brew install bluearchio/tap/bluearch-aws-coreTypical: 1–3 minThis check does nothing when the Homebrew Core formula is already installed. Otherwise, the fully qualified install trusts only bluearch-aws-core.
brew install bluearchio/tap/bluearch-aws-tagsTypical: 1–3 minInstalls the signed bluearch-aws-tags binary and trusts only that formula, not the whole tap.
aws sso login --profile my-profileexport AWS_PROFILE=my-profileTypical: 1–2 minKeep using your existing AWS SSO profile; validation and discovery can run read-only.
bluearch-aws-core start --daemonbluearch-aws-core statusTypical: under 30 secCore starts its API on 127.0.0.1:8094 and the installed Tags dashboard on http://127.0.0.1:8096.
Use Resources to run discovery, review tag coverage, and continue into lifecycle and policy workflows without returning to the terminal.
The release installer verifies the GitHub assets and installs Core automatically when it is missing. Add the install directory to PATH for this shell.
curl -fsSL https://github.com/bluearchio/bluearch-aws-tags/releases/latest/download/install-linux.sh | bashexport PATH="$HOME/.local/bin:$PATH"Trust only Core and Tags, then retry. Whole-tap trust and HOMEBREW_NO_REQUIRE_TAP_TRUST are not required.
brew trust --formula bluearchio/tap/bluearch-aws-corebrew trust --formula bluearchio/tap/bluearch-aws-tagsbrew install bluearchio/tap/bluearch-aws-tagsBook a short review and we will map the first workflow from scan to action.