Ask HN: How do u host your SaaS technically, and what % of revenue doesit take?
Hello all,
I am doing research on how you host your SaaS, including what hosting and third-party services you use.
How much percentage of your revenue does it take? No need to publish your revenue, just a high-level percentage of your earnings.
I am very confused about what to use for hosting a web app. I know it all depends on various factors, but I would love to hear tips and tricks and also receive resources I can read and learn from.
Thanks!
3 comments
[ 0.18 ms ] story [ 1777 ms ] threadAnd because you asked, I've used AWS, Google Cloud, Azure, Oracle Cloud (hihi) and Bare Metal (but not on Hetzner). All for different projects, different requirements etc. And all followed that rule - Grow with your actual growth/revenue.
AWS using ECS/ECR to start containers in an auto scaling group and behind a load balancer for an API layer. Similar setup for background workers. Starting with 2 instances for API, more for redundancy and ramping up as load increases. One or two smaller EC2 instance can handle the UI (SPA application). Database on RDS when funds increased, but initially just on another EC2 instance to save costs. Opting for running own services on EC2 was cheaper than managed.