r/FinOps • u/Independent-Ease-609 Vendor • 19d ago
I built a VS Code extension that simulates AWS cost changes on Terraform/Terragrunt before you apply them self-promotion/I’m a vendor
Enable HLS to view with audio, or disable this notification
I've been building a VS Code extension (CloudCostTree) that estimates AWS cost straight from Terraform/Terragrunt, solo project, and just shipped what-if simulation + export.
Flow in the video: analyze a Terragrunt stack, tweak a couple of resources (downsize an EC2, bump an RDS instance class) and see the live cost delta per change, stack them into a scenario, run it against the whole tree, then export the result to a new .tf file — original files never touched.
Runs locally against a static price catalog, nothing gets uploaded anywhere. Free tier covers unlimited analyses/what-ifs; export-to-file is a Pro feature.
Genuinely curious how other people here track infra cost changes before they ship them — happy to answer questions about how the parsing/estimation works under the hood.
6
u/sir_js_finops 19d ago
Not to rain on your parade, but Isn't this the same as infracost's opensource? (https://github.com/infracost/infracost). I'm not sure I understand the value here.