See your AWS costs
before you deploy

CloudCostTree reads your infrastructure-as-code — Terraform, CloudFormation, Pulumi, or a raw Terraform state file — and renders a hierarchical cost breakdown, FinOps savings recommendations, governance checks, and a what-if simulator. AWS-only by design, CLI-only by design: no hosted dashboard, no account required to see a cost tree.

$ cloudcosttree ./my-infra.tf

my-infra.tf ($842.13/mo)
├── aws_instance.web (t3.medium, us-east-1)          $30.37/mo
├── aws_db_instance.main (db.t3.large, Multi-AZ)     $263.52/mo
├── aws_ebs_volume.data (500GB, gp3)                 $40.00/mo
└── ...

💡 FinOps: aws_instance.web is oversized for its CPU
   utilization — consider t3.small ($15.18/mo, saves $15.19/mo)

How it works

No agents, no cloud account linking, no hosted dashboard. Everything runs locally against your existing IaC files.

1

Point it at your code

Terraform, CloudFormation, Pulumi, a raw Terraform state file, or CloudCostTree's own YAML/JSON — no cloud credentials needed to see a cost tree.

2

Get a cost tree

A hierarchical, per-resource breakdown of what your infrastructure will actually cost per month, before you apply anything.

3

Act on FinOps recommendations

Right-sizing suggestions, real Reserved Instance and Spot savings from actual usage data, and a what-if simulator for testing changes.

4

Enforce it in CI

Run cost and tag/FinOps policy checks in your pipeline — Pro can fail a build on violation, so cost overruns never reach production.

Pricing

Free is a generous, unlimited cost-visibility tool for local use. Pro adds CI/CD scale and the ability to actually enforce governance.

Free

$0
  • Unlimited local analyses, what-if simulations, and exports
  • Top 3 FinOps recommendations by impact
  • Limited CI/CD runs per month
  • Cost reports stay informational (no enforcement)
Install free

Pro

$14.99/month
  • Unlimited CI/CD runs (ci report/check/diff)
  • Full FinOps recommendation list
  • Cost guardrails & tag/FinOps policy enforcement — can fail a build on violation
  • Real-dollar Reserved Instance & Spot savings from actual usage
  • Usage-aware right-sizing
Get Pro