Skip to content

Comment on Ask HN: How do u host your SaaS technically, and what % of revenue doesit take?parent

Comments

Real life:

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.