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

196

17747 readers
497 users here now

Be sure to follow the rule before you head out.


Rule: You must post before you leave.



Other rules

Behavior rules:

Posting rules:

NSFW: NSFW content is permitted but it must be tagged and have content warnings. Anything that doesn't adhere to this will be removed. Content warnings should be added like: [penis], [explicit description of sex]. Non-sexualized breasts of any gender are not considered inappropriate and therefore do not need to be blurred/tagged.

If you have any questions, feel free to contact us on our matrix channel or email.

Other 196's:

founded 2 years 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 81 points 2 years ago (17 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 57 points 2 years ago (16 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 22 points 2 years ago (7 children)

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.

[–] rolaulten@lemmy.world 5 points 2 years ago (1 children)

You can do one year dedicated spend.

But yes. Serverless is a trap to be avoided.

[–] whoisearth@lemmy.ca 6 points 2 years ago (2 children)

Mark my words the loop is coming back around. I look forward to when my work migrates the datacenter off AWS back on prem because of ballooning costs.

You work in IT long enough you see it for the joke it is. We get paid obscene amounts of money to do what amounts to nothing.

[–] msage@programming.dev 2 points 2 years ago

Just because rotating managers always come with the 'new current thing everyone is doing'.

Like no, 99% of companies can just do what they've always done. No need to rebuild everything from scratch.

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

I'm already in the middle of that. Everything non-public-facing is going to cheap lease boxes running workloads in docker. idgaf if the machine underneath lives or dies, its 3 lines of config in a terraform script to replace.

load more comments (5 replies)
load more comments (13 replies)
load more comments (13 replies)