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.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
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).
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.
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.