Maybe I'm missing the point, but why wouldn't a company hire a contractor to do the same thing you do for a one-off fee? I just don't see why this is a subscription model. Of course, a company's usage will change over time, but I don't see how that's worth the monthly fees advertised. > optimization process should be done automatically through a series of sophisticated algorithms > ...then it's passed to a human that…
I guess many companies just have so much room to save on their AWS bills. So the service quickly pays for itself. It's fine to keep the subscription at least for a while and maybe later switch to periodically model if the only feature it offers is saving. But usually it's also about visibility. Services like CloudHealth give you much better billing overview than what AWS gives you. Without that data you may have a lo…
Show HN: I built a service to help companies save on their AWS bills
31–40 of 45 posts
Re: Show HN: I built a service to help companies save on their AWS bills
#32I like this. What a great idea for a consultancy. There must be so many organisations that are paying way more than they need by not tweaking each aws service they are using. Anything from using the wrong S3 storage type to using ECS when they could switch to Fargate.
Re: Show HN: I built a service to help companies save on their AWS bills
#33I like this. What a great idea for a consultancy. There must be so many organisations that are paying way more than they need by not tweaking each aws service they are using. Anything from using the wrong S3 storage type to using ECS when they could switch to Fargate.
You're exactly right. We've even seen very small pre-seed companies (with just a handful of EC2s) throwing away a few thousand dollars annually in extra charges to AWS. The problem becomes even bigger at large companies.
Re: Show HN: I built a service to help companies save on their AWS bills
#34For an (offline) alternative, check out → https://github.com/similarweb/finala (written in Go) I started using Finala a couple of months ago out of experimentation, it works well, but you need to tweak the configuration a lot to help the tool understand your infrastructure, spending habits and normal usage. My colleagues are very happy with the results, we started saving ±1.8k per month, which is pocket change for ou…
Re: Show HN: I built a service to help companies save on their AWS bills
#35Re: Show HN: I built a service to help companies save on their AWS bills
#36Earlier quoted context omitted.
You're exactly right. We've even seen very small pre-seed companies (with just a handful of EC2s) throwing away a few thousand dollars annually in extra charges to AWS. The problem becomes even bigger at large companies.
If you could somehow automate this and provide a tool that did analysis of a companies aws stack usage over a month and suggest configuration changes that would be a big thing.
Re: Show HN: I built a service to help companies save on their AWS bills
#37I like this. What a great idea for a consultancy. There must be so many organisations that are paying way more than they need by not tweaking each aws service they are using. Anything from using the wrong S3 storage type to using ECS when they could switch to Fargate.
You're exactly right. We've even seen very small pre-seed companies (with just a handful of EC2s) throwing away a few thousand dollars annually in extra charges to AWS. The problem becomes even bigger at large companies.
Re: Show HN: I built a service to help companies save on their AWS bills
#38Related:
Re: Show HN: I built a service to help companies save on their AWS bills
#39Re: Show HN: I built a service to help companies save on their AWS bills
#40Earlier quoted context omitted.
You missed the first question: > why wouldn't a company hire a contractor to do the same thing you do for a one-off fee? I just don't see why this is a subscription model This is something I am curious about as well.
Our recommendations break into two categories: 1. Annual recommendations (Reserved Instances, Savings Plans) Sure, if a company only wants these recommendations - they can bring on a contractor once per year to do these changes. This is the one-off fee type contractor the poster is talking about 2. Continuous recommendations (Rightsizing, Spot Management) These recommendations are typically not something you could do…