It's just a computer connected to the internet.
Ask HN: Optimal cloud service to run tiny website with back end Python + SQLite?
41–50 of 79 posts
Re: Ask HN: Optimal cloud service to run tiny website with back end Python + SQLite?
#42Earlier quoted context omitted.
That sounds completely overkill for OPs question - without digging deeper it sounds like OP really just wants a cheap VPS perhaps with a lightweight management layer on top. Granted, Elastic Beanstalk/Load Balancer will allow you to scale should you end up with a massive influx of traffic - but I think you'd be far faster to spin up a VPS and use where-ever your bought your domain name from to point your domain name…
I didn't intend any of this to be about scale. Again, it's about ease of setup and maintenance. For example, I spent a pile of time getting letsencrypt to work with nginx. Admittedly, this was a couple years ago, but I had to go back in and fiddle with a config I barely remembered 6-ish months ago. My ELB + AWS Certificate + EB have kept chugging along without a peep. I also ticked the EB setting to continually upgra…
FWIW - Setting up Let's Encrypt doesn't seem much of a chore these days: https://www.digitalocean.com/community/tutorials/how-to-secu...
For my particular use-case (a personal blog) the software I wanted to run on a VPS had support for it so all I really had to do was install everything answer a few configuration questions and I was up and running.
Re: Ask HN: Optimal cloud service to run tiny website with back end Python + SQLite?
#43Re: Ask HN: Optimal cloud service to run tiny website with back end Python + SQLite?
#44I also use Cloudflare as a DNS (free tier).
Re: Ask HN: Optimal cloud service to run tiny website with back end Python + SQLite?
#45But Atlantic had a 256Mb RAM, 10Gb disk option years ago for just $0.99 I still have one server there for hosting static HTML, running some scraping tasks, MS document to PDF conversion service (Python Twisted) for a customer, etc. All that for just $1.20 a month (including VAT)
Re: Ask HN: Optimal cloud service to run tiny website with back end Python + SQLite?
#46Re: Ask HN: Optimal cloud service to run tiny website with back end Python + SQLite?
#47http://pythonanywhere.com This guys specialize in python hosting and have a free tier
In particular, all the web hosting side of things is preconfigured.
Re: Ask HN: Optimal cloud service to run tiny website with back end Python + SQLite?
#48Re: Ask HN: Optimal cloud service to run tiny website with back end Python + SQLite?
#49disclaimer: I work for them, but used to be a customer long before I started.
Re: Ask HN: Optimal cloud service to run tiny website with back end Python + SQLite?
#50Google cloud run. If you can put your python app in a docker container (very easy) then you can run it on Cloud Run. They have a very generous “always free” tier.