this post was submitted on 02 Aug 2023
934 points (99.2% liked)

196

16867 readers
3007 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

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
[–] [email protected] 20 points 2 years ago (8 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.

[–] [email protected] 2 points 2 years ago* (last edited 2 years ago) (3 children)

And “serverless” functions are a trap.

How are serverless functions a trap? They seem like a great cheap option for simple CRUD / client > server > db apps (what most apps end up being).

[–] [email protected] 1 points 2 years ago (2 children)

Anything that is "cheap" to do on serverless is cheaper to do on a $5 droplet, especially once it starts to grow.

Serverless gets you to buy in to a vendors lock-in.

[–] Phoenixbouncing 1 points 2 years ago* (last edited 2 years ago)

I'm not sure that that's an apples to apples comparison. A droplet looks more akin to Aws lightsail than lambda, and lambda certainly doesn't start at $5 a month.

load more comments (1 replies)
load more comments (1 replies)
load more comments (5 replies)