One of the most obvious things is to better utilize your Reserved Instances, but what are some things that are not so obvious? Do you use any tools? Thanks!
Ask HN: How did you significantly reduce your AWS cost?
1–10 of 78 posts
Re: Ask HN: How did you significantly reduce your AWS cost?
#2Over the years we have done a number of things, probably the most impactful was auto-scaling on our core engines. Whenever we scale down it's just like scooping money out.
Re: Ask HN: How did you significantly reduce your AWS cost?
#3I compressed some data stored in S3 in a lossy way to 2% of its original size, saved a bundle.
Re: Ask HN: How did you significantly reduce your AWS cost?
#4I compressed some data stored in S3 in a lossy way to 2% of its original size, saved a bundle.
What did you lose? We've seen some interesting things like lowering precision of timestamps and gps have large impact because zip doesn't work as well on basically random numbers.
Re: Ask HN: How did you significantly reduce your AWS cost?
#5I think the first option is to go to AWS and tell them that. They can discount prices + have staff to help you reduce your bills. I'd start here actually
Re: Ask HN: How did you significantly reduce your AWS cost?
#6What helped when we first got started is more quickly terminate test/development environments. We'd often launch a full environment to test out a theory or do a POC without touching the regular development, staging and production environments. It would often happen that those environments would run a little longer than supposed to. We've put automated systems in place that detect inactivity and notify us.
This only helped cut our bill before we launched and started spending more and more money on our production environment when these kind of things still made up a significant amount of our a bill.
Re: Ask HN: How did you significantly reduce your AWS cost?
#7Spot instances. Spot instances. Spot instances.
Re: Ask HN: How did you significantly reduce your AWS cost?
#8Consider Lambda over EC2.
Re: Ask HN: How did you significantly reduce your AWS cost?
#9Spot instances. Spot instances. Spot instances.
This, this, and this again.
I'll also add, do not keep large EBS volumes around. If you need to store data forever, get it moved to S3.
Re: Ask HN: How did you significantly reduce your AWS cost?
#10Cross-AZ fees can add up!