TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you control your inflating AWS bill?

17 pointsby kinoriwover 3 years ago
Hey HN,<p>I&#x27;ll cut straight to the chase here, our AWS bill is creeping up faster than we can actually control our resources and I need some help. I work for compute intensive AI SaaS company and that had a pretty big spike in traffic last month so now our AWS costs are at least 3x. Currently we don&#x27;t really have that manpower to manage the bill so I would appreciate any advice that you&#x27;ll throw at me. (People to follow, tools, blogs, or just any sort of general tips)<p>What we considered: -Spot instances, but that very short shutdown notice doesn&#x27;t sound attractive to our workloads -AWS savings plans, though we aren&#x27;t keen on that long term commitment -I&#x27;ve seen many people mention calling AWS support, so do we just bargain there to get better prices?

7 comments

_benjover 3 years ago
When I was in a similar position we switched to Digital Ocean (no affiliation) simply because of their predictable pricing model, and that worked very well for us. Linode would have worked the same.<p>Another service that I&#x27;ve used is using dedicated servers from OVH.<p>Of course all this is my personal opinion but the obscurity of AWS pricing (predict&#x2F;calculate ec2 hours + predict&#x2F;calculate network traffic costs + S3 storage class&#x2F;tiers costs) is a major turnoff for me.<p>In some situations all that granularity could have costs benefits but in my experience it does tend to run and suddenly a we end up paying $600+&#x2F;mo for a $20&#x2F;mo instance because we hit some cap thresholds (true story)...<p>Good luck figuring this out!
ScoopWitchover 3 years ago
[DISCLAIMER] I work for CAST AI<p>Hey there, I know clouds and their bills might be hectic.. Even though a lot of information in your case is lacking, here are a few tips for you to consider: -Get to know the AWS instances, their types and find the ones that could do the the same job - but better. Here at CAST we benchmarked a lot of instances and select the best ones for you. -Reconsider spot instances - as &quot;advertised&quot; they really do save up to 90% if you are lucky enough to bid low for an instance that is currently in not such a big demand. -Are you a kubernetes user? If so, do you have HPA and VPA configured and running smoothly ? -If you&#x27;re an EKS &#x2F; GKE &#x2F;kOps user, Give us - CAST, a shot, I know it&#x27;s a bold claim, but if you invest a minute to visit <a href="https:&#x2F;&#x2F;cast.ai" rel="nofollow">https:&#x2F;&#x2F;cast.ai</a> - the ROI can be massive. We&#x27;ve had companies in e-commerce, martech and development services save anywhere in the range from $50,000 to $1,700,000 per year with CAST AI. To be completely truthful, some of them cut 40%+ on their bill with the information from our free report alone. -And of course, go trough that AWS bill in detail, check and cross out what&#x27;s a low hanging fruit. Also check whether some workloads do have to be running at night.
评论 #28433906 未加载
StratusBenover 3 years ago
Disclaimer: I&#x27;m Co-Founder and CEO of an a16z backed company named <a href="http:&#x2F;&#x2F;vantage.sh&#x2F;" rel="nofollow">http:&#x2F;&#x2F;vantage.sh&#x2F;</a> -- Before this I used to work at both AWS and DigitalOcean so know this world well.<p>If you&#x27;re up for it, you can connect your AWS account to Vantage. We automatically profile all of your AWS costs and provide cost recommendations for you based off of your account&#x27;s actual usage. If you&#x27;d like, I can also personally hop on a call with you to walk through your AWS costs which you can book with me here: <a href="https:&#x2F;&#x2F;calendly.com&#x2F;ben-vantage&#x2F;30min" rel="nofollow">https:&#x2F;&#x2F;calendly.com&#x2F;ben-vantage&#x2F;30min</a><p>Depending on your level of AWS spend, we have a free tier that gives you up to $2,500 per month of costs tracked for free as well.<p>Lastly, we have a free website we host named the Cloud Cost Handbook which covers general concepts and best practices as it relates to cloud costs which may be helpful: <a href="https:&#x2F;&#x2F;handbook.vantage.sh&#x2F;" rel="nofollow">https:&#x2F;&#x2F;handbook.vantage.sh&#x2F;</a>
codegeekover 3 years ago
May be look into getting compute intensive Dedicated servers ? There are companies like hivelocity [0] that provide really good dedicated servers at a reasonable cost.<p>[0] <a href="https:&#x2F;&#x2F;www.hivelocity.net&#x2F;dedicated-servers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.hivelocity.net&#x2F;dedicated-servers&#x2F;</a>
groundthrowerover 3 years ago
We use Hetzner for compute intense services. I think last time we checked a similar configuration was 10x more expensive on AWS (which we still use for other services)
_ahover 3 years ago
Check out SpotInst (spot.io). It runs your workload on cheaper Spot machines but converts to On-Demand automagically when necessary.
markus_zhangover 3 years ago
Is it absolutely necessary to use AWS instead of an on-premise solution?
评论 #28434453 未加载