Earlier quoted context omitted.
Great point - indeed FinOps teams consistently rank "empowering engineers to take action" as their number 1 challenge ( https://data.finops.org ) - and by that they mean the human and organization dynamics of the culture change they want to create across the org. The testing analogy is a good one as this feature also shows the engineers the current "failing policies" on the main branch too, so whilst they could merge…
Nice! What did you start out doing, if you don't mind me asking? And how did you come to this, pivot, if that's what it is?
Show HN: Infracost (YC W21): Be proactive with your cloud costs
21–30 of 38 posts
Re: Show HN: Infracost (YC W21): Be proactive with your cloud costs
#22As far as a solution to consistent tagging -- if I am understanding the problem space correctly -- something like Cloud Custodian could possibly help. It's open source and you can set up auto-tagging policies as well as use Cloud Custodian to backfill tags. These policies use lambda functions to respond to certain actions (ie, spinning up an ec2 instance, etc) and auto-tag with the resource creator/owner.
Re: Show HN: Infracost (YC W21): Be proactive with your cloud costs
#23So as a developer advocate and a tinkerer with a little home lab, I am often setting up and tearing down infrastructure to test things out. I use AWS because that's what I am most familiar and I try to be super careful about not running up a crazy bill, but I am still occasionally caught off guard. Now I am thinking about testing out Infracost to help prevent unwanted and unintentional spending. As far as a solution…
Backfilling tags works, but the issue is if Terraform isn't updated, it causes drift - it's much better to fix it at the root, so that's what Infracost helps with
Re: Show HN: Infracost (YC W21): Be proactive with your cloud costs
#24Re: Show HN: Infracost (YC W21): Be proactive with your cloud costs
#25Re: Show HN: Infracost (YC W21): Be proactive with your cloud costs
#26Would like to know more about how Infracost does dynamic cost estimation, for example if I allocate an S3 bucket I have no idea how much it'll grow to so what does it show? Or What ab out EC2 w/ batch, or Lamba? Does it force the developer to estimate the usage pattern, or...?
Re: Show HN: Infracost (YC W21): Be proactive with your cloud costs
#27I love how we just build complexity upon complexity. A tool for all the problems that this new tool gave that was solving all these other tools. A never ending mountain of complexity. In that sense coding (and hosting) is like the law. The entire ecosystem will just keep expanding in complexity decade by decade
Re: Show HN: Infracost (YC W21): Be proactive with your cloud costs
#28Re: Show HN: Infracost (YC W21): Be proactive with your cloud costs
#29oh, this is interesting, we're currently using Vantage ( https://vantage.sh ) how would you say infracost compares?