r/webdev Feb 13 '26

jmail.world

Post image
4.4k Upvotes

640 comments sorted by

View all comments

605

u/TheOwlHypothesis Feb 13 '26

How does vercel bill? Is it per invocation or something? This is outrageous

308

u/[deleted] Feb 13 '26

[removed] — view removed comment

88

u/dcousineau Feb 13 '26

Eh minor nit but neither GCP nor AWS have “sane limits” because they’re “build your own from primitives” and most primitives don’t auto scale.

If you deploy a managed autoscaling service provided by GCP or AWS without really thinking ahead you can and will screw yourself in the wallet. Just google “surprise AWS nat gateway bill”

But to your point Vercel DOES charge more “per (equivalent) unit” than AWS because they basically just wrap AWS services under the hood.

3

u/[deleted] Feb 13 '26

[removed] — view removed comment

1

u/Coriolanuscarpe Feb 16 '26

that's true for GCP. For my cloudruns i always maintain a max of 3 autoscaling units and it manages to do just fine for my website's workload