Varying types of platforms and degrees of control. Ansible is the most unanimous thing I can name
Ask HN: Small teams and solopreneurs, how are you hosting your apps?
21–30 of 55 posts
Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#22One command and it’s in another region, with my data thanks to litefs. It works great for my read heavy e-commerce app
Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#23Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#24Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#25Vercel after moving away from Docker containers running on AWS.
Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#26Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#27You sometimes can even get those for free - https://free-for.dev/#/?id=major-cloud-providers
For example, I have some (really) free instances on Oracle Cloud that I host pages, experiments, and so many things.
Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#28Re: Ask HN: Small teams and solopreneurs, how are you hosting your apps?
#29Fully managed so I can spend my time on actually building features. In my case, AWS is my go to cloud, and even with a couple of thousand users, Lambda for compute, DynamoDB for database and SNS+SQS for eventing is costing me less than 5€ per month. Yes, there are risks with serverless if you get DDOSed or whatever, but it’s a risk I’m fine with, and can mitigate with gateways in front if necessary. And Lambdas are n…