Show HN: See the impact on your cloud costs as you code

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • infracost

    Cloud cost estimates for Terraform in pull requests💰📉 Shift FinOps Left!

    Hi, my name is Owen and I recently started working at Infracost (YC W21 batch) (https://infracost.io). Infracost shows engineers how much their code changes will cost on the cloud before it gets deployed. For example, when an engineer changes a cloud resource (like an AWS virtual machine), Infracost posts a comment in CI/CD telling them "This change is going to increase your costs by 25% next month from $500/m to $625/m".

    Previously, I was one of the founders of tfsec, the code security scanner; I quickly realised that identifying issues in your code (especially infrastructure code, i.e. Terraform) as soon as possible was the best defence. A lot of the principles of code scanning for security misconfigurations translate well to identifying cost impact. Many times, people are surprised by how cloud resources are priced and how expensive they can be. It is also really unfair that engineers are never given a ‘checkout screen’ when buying infrastructure, and then are blamed for breaking cloud budgets.

    I believe engineers should have access to key information about cloud costs at the time of writing the code. So, I spent some time and built an Infracost plugin for the IntelliJ family of IDEs (https://plugins.jetbrains.com/plugin/24761-infracost).

    With this plugin installed, as you develop your Terraform code, you will get the cost impact of your current project, and quickly see where the expensive resources are hiding in your code (just hit save & it will recalculate). Two main use cases I’m thinking of:

    - As you change resources, you can see the cost impact. For example, I increased the instance size from my Dev to Prod environment to handle the prod-sized workloads, and I can see the increase costs.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • jetbrains-infracost

    See cost estimates for Terraform right in your editor💰📉

    Thanks for the feedback - appreciate the comments on the video, I can see that without audio the first minute or so is a bit dull -

    Hope this Gif is clearer - https://github.com/infracost/jetbrains-infracost/blob/244ee8...

  • eksctl

    The official CLI for Amazon EKS

    I just gave this a try with https://github.com/eksctl-io/eksctl/blob/main/examples/01-si...

    ChatGPT gave me a decent chuck of terraform and running Infracost against it gave me a $515 monthly cost.

    If you go to the settings of the plugin and get the absolute path of infracost binary then run

    infracost breakdown --path .

    in the dir with the terraform, does it give you a breakdown?

  • vscode-infracost

    See cost estimates for Terraform right in your editor💰📉

    This is effectively what Infracost Cloud is (https://www.infracost.io/)

    It adds things like management of guardrails and policies that can be maintained by a finops role, or engineering manager. PRs can block or notify if thresholds are going to be breached by a specific PR.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Calculating Cost like a DevOps Boss with Infracost and AWS

    2 projects | dev.to | 5 Oct 2022
  • Open-source cloud cost policies?

    2 projects | /r/devops | 26 Jan 2022
  • Prevendo Custo de Arquitetura Terraform

    2 projects | dev.to | 10 May 2024
  • Using AWS

    4 projects | /r/ProgrammerHumor | 21 Jul 2022
  • VSCode extension to see cost estimates for Terraform

    3 projects | /r/googlecloud | 7 Jul 2022