Multi-cloud spend visibility and waste detection in one CLI

sumankondla1 pts0 comments

GitHub - sumankondla-88/costctl: Multi-cloud spend aggregator & waste detector. Unified cost visibility + FinOps insights across Azure, AWS, GCP via CLI · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

sumankondla-88

costctl

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>4 Commits<br>4 Commits

cmd

cmd

docs

docs

pkg

pkg

.costctl.yaml

.costctl.yaml

.gitignore

.gitignore

README.md

README.md

go.mod

go.mod

go.sum

go.sum

main.go

main.go

View all files

Repository files navigation

costctl

Multi-cloud spend visibility + waste detection in one CLI.

Find orphaned resources, idle VMs, and unattached volumes across AWS, Azure, and GCP.<br>No credentials needed to demo. No SaaS bloat. Just a single binary.

Quick Start (2 minutes)

# Try it now with mock data (no setup required)<br>./costctl --demo cost summary<br>./costctl --demo waste find<br>./costctl --demo waste find --format html

Opens report.html with a real-time dashboard. See example below.

Dashboard Preview

Consolidated spend across 3 clouds with waste detection:

Actionable waste findings by resource:

Why costctl?

Feature<br>SaaS FinOps Tools<br>costctl

Cost<br>$50K+/year<br>Free & open-source

Multi-cloud visibility<br>✓ (with friction)<br>✓ (unified CLI)

Waste detection<br>Vague<br>Specific resources + savings

Setup time<br>Weeks<br>2 minutes

CI/CD gates<br>Extra cost<br>Built-in

Features

Multi-Cloud Aggregation : AWS, Azure, GCP → single queryable schema

Waste Detection : Idle compute, unattached disks, orphaned IPs, stale snapshots, idle databases

Tag Normalization : Map provider-specific tag variants to standard dimensions

HTML Dashboard : Time filtering, cloud toggles, exportable findings

CI/CD Gates : Fail pipelines when waste exceeds thresholds

Installation

git clone https://github.com/sumankondla-88/costctl.git<br>cd costctl<br>go build -o costctl main.go

Usage

Demo Mode (No Credentials)

./costctl --demo cost summary<br>./costctl --demo waste find<br>./costctl --demo waste find --format html # Opens report.html

Real Cloud Data

./costctl cost summary<br>./costctl waste find --format json

CI/CD Compliance

$500/month<br>./costctl waste find --fail-on-waste

# Custom threshold<br>./costctl waste find --fail-on-waste --max-waste 1000"># Fail pipeline if waste > $500/month<br>./costctl waste find --fail-on-waste

# Custom threshold<br>./costctl waste find --fail-on-waste --max-waste 1000

Configuration

See .costctl.yaml.example for tag mapping, thresholds, and cloud setup.

License

MIT

About

Multi-cloud spend aggregator & waste detector. Unified cost visibility + FinOps insights across Azure, AWS, GCP via CLI

Resources

Readme

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

star

Watchers

watching

Forks

forks

Report repository

Releases

No releases published

Packages

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

Go<br>100.0%

You can’t perform that action at this time.

waste costctl find cloud demo cost

Related Articles