CloudBurn Logo

CloudBurn

#2 Daily Winner

Automatic AWS cost estimates in pull requests

5 upvotes
CloudBurn - Product Image

What is CloudBurn?

CloudBurn is an open-source command-line tool that functions as a deterministic AWS cost policy engine. It scans your Terraform and CloudFormation configurations in CI to catch wasteful spending patterns before they reach production, and can also inspect live AWS accounts to identify resources that are already burning money. The same rule engine powers both modes, ensuring consistent cost checks across your infrastructure lifecycle.

Built for teams that want to move FinOps left, CloudBurn runs explicit, readable rules that are easy to trust and roll out. It blocks common anti-patterns like missing lifecycle policies, non-current-generation instance types, and redundant global CloudTrail trails. Installation is straightforward with Homebrew or npm, and the CLI requires no AWS credentials for infrastructure-as-code scanning. Output is available as clear tables for humans or JSON for automation and reporting.

By integrating cost review into the normal delivery pipeline, CloudBurn helps engineering teams own cost decisions and avoid expensive post-deploy surprises. It is not another dashboard—it’s a practical, embeddable cost safety net.

How to use CloudBurn

  1. 1

    Install the open-source CLI via Homebrew (brew install towardsthecloud/tap/cloudburn) or npm.

  2. 2

    Run ‘cloudburn scan ./iac --exit-code‘ against your Terraform or CloudFormation directory in CI.

  3. 3

    Initialize AWS Resource Explorer and run ‘cloudburn discover --region all‘ to audit live resources.

  4. 4

    Review the table output or add ‘--format json‘ to feed results into other tools or reports.

  5. 5

    Add cost checks to pull requests, CI jobs, or periodic audit pipelines.

Key features

Scan Terraform and CloudFormation in CI to block wasteful infrastructure before merge.

Discover live AWS resources with the same deterministic cost rules across all regions.

Output findings as human-readable tables or machine-friendly JSON for automation.

No AWS credentials required for IaC scanning in pull requests or local checks.

Predefined rules for known AWS spending anti-patterns like missing lifecycle policies.

Use cases

  • Block expensive instance types or missing lifecycle policies in Terraform PRs.
  • Audit existing AWS accounts to find waste like unattached EBS volumes or old-generation instances.
  • Enforce cost policies consistently across engineering teams via CI/CD integration.
  • Generate JSON reports for FinOps dashboards or automated cost review processes.
  • Prevent budget overruns by catching bad spending practices before deployment.

Best for

DevOps engineersPlatform teamsFinOps practitionersAWS usersCI/CD pipeline builders

Alternatives & similar tools

Similar tools in Developer Tools

Browse category →
SetBit logo

SetBit

freemium

SetBit gives you feature flags without the enterprise pricing or complexity. Toggle features on and off instantly, roll out to a percentage of users, run A/B experiments — all without redeploying. SDKs for JavaScript, Python, Ruby, Go, and PHP. Free tier to start, $49/month when you're ready to scale. No seat-based pricing, no sales calls, no BS. Just feature flags that work.

8View on LaunchVault
Days Launch logo

Days Launch

free

Days Launch is a vibrant product discovery platform that helps you find and share the latest tech offerings. From website templates and SaaS apps to analytics tools and marketing services, it brings daily updates on handpicked products in one place. Whether you’re building, launching, or scaling your project, Days Launch keeps you inspired with weekly, monthly, and yearly curated lists. Join the community, submit your own launch, and stay in the loop with our newsletter.

8View on LaunchVault
MarsX logo

MarsX

free

Attention all developers, entrepreneurs, and tech enthusiasts: Are you ready to revolutionize the world of software development? With MarsX, you can create high-quality apps quickly and easily, without the need to reinvent the wheel or spend hours writing complex code. Our low-code platform allows you to focus on the unique aspects of your projects, while our subscription-based model provides access to all the micro apps built by thousands of developers. But that's not all! By building micro-apps and publishing them on our marketplace, you can generate a sustainable revenue stream and take your career to the next level. With MarsX, you can create MicroApps instead of building yet another SAAS with less hustle and no need to market, and be paid by thousands of users. Join us and unlock the potential of a devtool that combines AI+NoCode+ProCode on top of MicroApps🚀 Member of marsx.dev family Got a question or wanna say hi? I’m on Twitter: @johnrushx

7View on LaunchVault
diffray logo

diffray

free

diffray is a multi-agent AI code review tool that moves beyond single-model guessing to provide intelligent, context-aware feedback. Instead of generic suggestions, diffray deploys 30+ specialized agents that investigate your code across security, performance, bugs, and quality dimensions. The system understands your full codebase, catching issues that traditional linters and single-LLM tools miss: duplicate utilities, type drift, atomic transaction bugs, concurrency issues, and meaningless tests. With 87% fewer false positives and a 98% developer action rate, teams see focused feedback they actually trust and act on. Setup takes minutes—connect your GitHub account, install the app, and configure your guidelines. diffray integrates with GitHub, GitLab, and Bitbucket, and is free forever for open source projects. Pricing starts at $10/month for solo developers and scales with team size.

7View on LaunchVault
Startup to startup logo

Startup to startup

free

Startup to startup is a curated directory of essential tools for every stage of your startup journey. Handpicked by experts, the directory helps founders, marketers, developers, and product teams discover the right tools to launch faster and grow smarter. Browse categories like Marketing, Sales, Development, and Productivity, or explore collections based on startup stage. Each listing includes a short description, tags, and links to the tool's website. You can also submit your own product to be featured. Stay updated with the latest additions by subscribing to the newsletter, and connect with other startups through the community. Whether you're looking for SEO tools, email services, design resources, or analytics platforms, Startup to startup has you covered.

7View on LaunchVault
MakeWPFast logo

MakeWPFast

free

Free WordPress plugin performance database. Check any plugin impact on load time, database queries, and memory before installing. Includes slow query analysis, nginx optimization, and server configuration guides. Built by a WordPress developer with 10+ years of experience.

7View on LaunchVault

Frequently asked questions about CloudBurn

Common questions to help you decide if CloudBurn is right for you.

CloudBurn focuses on deterministic policy checks that engineers run before deploy with ‘scan‘, then reuse against live AWS with ‘discover‘. It stops bad spending earlier, rather than just reporting on spend that already happened.

It runs rules against Terraform and CloudFormation to catch known AWS spending anti-patterns like inefficient instance types, missing lifecycle policies, or redundant resources before they reach production.

Yes, the ‘discover‘ command runs the same rule engine against live AWS resources across regions to find existing waste, such as unattached EBS volumes or non-Graviton EKS nodes.

CloudBurn is open-source and available on GitHub. You can install the CLI via Homebrew or npm and start using it immediately. Check the official site for licensing details.

Comments