this post was submitted on 02 Aug 2023
49 points (100.0% liked)

196

16458 readers
1 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 

I’d like to thank the admins for being so open and direct about the issues that they’re facing.

you are viewing a single comment's thread
view the rest of the comments
[–] thelastknowngod@lemm.ee 7 points 1 year ago (1 children)

To be fair, with a proper autoscaling scheme in place these services should scale down significantly when not in use.

That being said, a big reason for using AWS/GCP is all the additional services that are available on the platform.. If the workload being run isn't that complicated, the hyperscalers are probably overkill. Even DO or Linode would be a better option under those circumstances.

[–] Overmind@lemmy.sdf.org 1 points 1 year ago (1 children)

This. AWS architect here. There are a lot of ways to reduce pricing in AWS like horizontal scaling, serverless functions, reserved instances. Most people aren't aware of it and if you're going to dive in head first into something like cloud, you'll need to bear the consequences and then learn eventually.

[–] greyscale@lemmy.sdf.org 1 points 1 year ago

Even with ASGs, ec2 costs a bomb for performance.

And "serverless" functions are a trap.

If you're gonna commit to reserved instances, just buy hardware for goodness sake, its a 3 year commitment with a huge upfront spend.