November 2021: New AWS/Azure/Google resources and composable GitHub Actions

November 2021: New AWS/Azure/Google resources and composable GitHub Actions

Summary: we’re excited to announce Infracost v0.9.14 and our new composable GitHub Actions 🎉 This release also includes new GitHub comment and Slack message output formats, 6 new AWS/Azure/Google resources, a summary table in PR comments, improved CLI output, and faster runs. We recommend everyone to upgrade! How did we get here? It’s a bit noisy! We’d…

October 2021: Improved CLI Output, Faster Runs & Fetch From CloudWatch

October 2021: Improved CLI Output, Faster Runs & Fetch From CloudWatch

We released Infracost v0.9.12 recently, you can upgrade to use these features. This release includes many bug fixes and we have made Infracost a lot faster to run! Improved CLI output We’ve simplified the output for AWS S3 and CloudFront. Previously these resources had over 50 lines of output due to their complicated pricing models. We now…

September 2021: Fetch Usage From CloudWatch & Less Noisy GitHub Comments

September 2021: Fetch Usage From CloudWatch & Less Noisy GitHub Comments

We released Infracost v0.9.9 recently, you can upgrade to use these features. Fetch usage from CloudWatch When it comes to estimates for resources where the cost fully depends on usage (e.g. AWS S3 or Lambda), we have a usage file, in which users can define how much of those resources they will use. This requires you to manually…

August 2021: Currency Conversion and Terragrunt Support!

August 2021: Currency Conversion and Terragrunt Support!

We released Infracost v0.9.7 recently, you can upgrade to use these features. Currency conversion You can now use infracost configure set currency to set your preferred currency (e.g. EUR, BRL or INR). Any ISO 4217 currency code should work, for example use XAG to see how much Silver you’re spending on the cloud 😂 The environment variable INFRACOST_CURRENCY can be used to set…

June 2021: HashiCorp partnership, Env0 and Spacelift integrations!

June 2021: HashiCorp partnership, Env0 and Spacelift integrations!

In June we focused on integrations and adding more resource coverage. You can upgrade to the latest version (v0.9.2) to pickup the new features. If you are using v0.8 please follow the v0.9 migration guide. ⚙️ Integrations Infracost already has CI/CD integrations with GitHub Actions, GitLab CI, Atlantis, Azure DevOps, CircleCI, Bitbucket Pipelines and Jenkins. This list keeps growing, so…

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 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…