Announcement: Azure Cloud Cost Estimates In Pull Requests

Announcement: Azure Cloud Cost Estimates In Pull Requests

Thanks to our awesome community, I’m very excited to announce that you can now use Infracost to get cloud cost estimates for Microsoft Azure in pull requests. Try it now, it’s free and open source! Cloud costs for engineering teams Cloud costs have become so complex that the industry (ourselves included) started addressing issues around breached…

How Eagle.io Achieves Cloud Cost Attribution For Their Multi-Tenant SaaS

How Eagle.io Achieves Cloud Cost Attribution For Their Multi-Tenant SaaS

I sat down with David Julia, who is the Head of Engineering at Eagle.io to talk about cost attribution, why it matters, who should care and how Eagle.io achieves this. We worked through their use-case, their tech stack, the tools they use, what worked and what did not work, and ultimately how they have achieved cloud cost attribution….

April 2021 update – EC2 reserved instances and Jenkins integration!

April 2021 update – EC2 reserved instances and Jenkins integration!

Two big milestones to celebrate this month: Infracost now supports over 100 AWS and Google resources and we have over 100 people in our community Slack channel. You can upgrade to the latest version (v0.8.6) to pickup the new features. If you are using v0.7 (or older) please follow the v0.8 migration guide. 📉 EC2 reserved instances You can now do what-if anlaysis…

Infracost Docs Review With Leaders From Stripe And Uber

Infracost Docs Review With Leaders From Stripe And Uber

Last week David Nunez (Documentation Manager at Stripe) and Stephanie Blotner (Technical Writer, Manager at Uber) sat down with me to review our docs. We also discussed feature-based vs task-based docs and how early-stage startups should think about technical documentation as a key part of their product. David and Stephanie have around 20 years of experience…

Infracost diff – “git diff” but for cloud costs

Infracost diff – “git diff” but for cloud costs

Recently we released a new infracost diff command inspired by git diff. This shows a diff of monthly cloud cost estimates between the current and planned state of Terraform projects. At a high-level this might seems like a simple exercise of subtracting the current state’s cost estimate from the planned state, but cloud costs are rarely that simple to deal…

Cloud Costs Are Shifting Left

Cloud Costs Are Shifting Left

“Shift left” has become a popular buzzword for both Software Engineering and DevOps. It means introducing processes earlier in the software development cycle. The “shift left” principle started with testing. In a traditional waterfall model testing is performed just before release. Shift left testing started it earlier by introducing practices such as Test-Driven Development (TDD)…

Cloud cost alerts are too late: trigger notifications before launching

Cloud cost alerts are too late: trigger notifications before launching

Most cloud providers enable users to set budget alerts on their actual cloud spend. This is a critical safety net as usage-based resources could incur a lot of cost (e.g. data transfer). There is also another safety net that companies should set up, and that is catching significant cost changes to their infrastructure before going…