I wish you would add support for Azure sooner and also VMWare VMC cloud. I literally have to deliver cost estimate comparison of deploying our micro services to AKS vs VMC cluster. I have a tedious excel spreadsheet open that I am currently plugging in numbers to come up with estimates and comparison. edit : just adding that this is the suckiest part of my job and I fully expect to be grilled by management for every…
Launch HN: Infracost (YC W21) – open-source cloud cost estimator
31–40 of 56 posts
Re: Launch HN: Infracost (YC W21) – open-source cloud cost estimator
#32The only thing more complicated than cloud billing at this point is medical billing.
Re: Launch HN: Infracost (YC W21) – open-source cloud cost estimator
#33This is a great project but the fact that cloud pricing has led down this road is insane. The only thing more complicated than cloud billing at this point is medical billing.
the crowd can plug in their costs (EOBs) they receive along with their insurance information, and an open source engine would crunch the numbers to provide these estimates?
Re: Launch HN: Infracost (YC W21) – open-source cloud cost estimator
#34How does this compare to the FOSS aws cost estimator for TF that's already available? https://github.com/antonbabenko/terraform-cost-estimation
State files should be considered secret....
$ terraform state pull | curl -s -X POST -H "Content-Type: application/json" -d @- https://cost.modules.tf/Re: Launch HN: Infracost (YC W21) – open-source cloud cost estimator
#35This is a great project but the fact that cloud pricing has led down this road is insane. The only thing more complicated than cloud billing at this point is medical billing.
Re: Launch HN: Infracost (YC W21) – open-source cloud cost estimator
#36This is a great project but the fact that cloud pricing has led down this road is insane. The only thing more complicated than cloud billing at this point is medical billing.
Off-topic, but it leads me to think what an open crowd-sourced data for medical billing would be, that would estimate the cost of procedures/treatment plans over time... the crowd can plug in their costs (EOBs) they receive along with their insurance information, and an open source engine would crunch the numbers to provide these estimates?
Re: Launch HN: Infracost (YC W21) – open-source cloud cost estimator
#37I wish you would add support for Azure sooner and also VMWare VMC cloud. I literally have to deliver cost estimate comparison of deploying our micro services to AKS vs VMC cluster. I have a tedious excel spreadsheet open that I am currently plugging in numbers to come up with estimates and comparison. edit : just adding that this is the suckiest part of my job and I fully expect to be grilled by management for every…
Azure support is in the works - it's also our most upvoted issue ( https://github.com/infracost/infracost/issues/64 ). Are you using VMC on Azure as well?
No. we are using VMC cloud , which I believe is its own offering.
Re: Launch HN: Infracost (YC W21) – open-source cloud cost estimator
#38Re: Launch HN: Infracost (YC W21) – open-source cloud cost estimator
#39How does this compare to the FOSS aws cost estimator for TF that's already available? https://github.com/antonbabenko/terraform-cost-estimation
I'm hoping that Infracost doesn't need the entire state file shipped to an outside service/server, like the one mentioned here does. State files should be considered secret.... $ terraform state pull | curl -s -X POST -H "Content-Type: application/json" -d @- https://cost.modules.tf/
Re: Launch HN: Infracost (YC W21) – open-source cloud cost estimator
#40Awesome project. We started looking into this area at https://www.brainboard.co and was happy to found that infracost already started the journey. Keep going!