Ask HN: Cheapest way to host a back end
20 points by Jean-Philipe 2 months ago | 40 commentsRight now we're on AWS which is crazy expensive, and I'm thinking about going to vercel but can't really estimate how much it will be with equal performance.
- TheKelsbee 2 months agoHi! AWS Developer Advocate here. Depending on the nonprofit/charity status it's possible they could qualify for free or reduced price hosting. There are a few different programs that you could qualify for.
There is also the Techsoup organization, which helps nonprofits and charities with technology needs: https://page.techsoup.org/amazon-web-services-for-nonprofits
I would highly recommend looking through there for not just AWS specific tools & services, but a wide variety of solutions that might help this charity.
Please feel free to reach out directly to me for additional assistance. Hope this helps!
- Jean-Philipe 2 months agoThanks, I had no idea, I'll check it out! We're still in the process of completing the paperwork, so it'll take a while until we have an official status.
- Jean-Philipe 2 months ago
- toast0 2 months agoYou can easily get a VPS for around $5/month from quality vendors. You can probably find a lot of offers around $1/month for a VPS on lowendbox, lowendtalk, and webhostingtalk.
If you want more oomph than that, you can find dedicated server offers at those three places, starting around maybe $30/month. Typically pretty old systems, but I enjoy having a whole ancient box rather than one core in a vm on a modern box. My personal hosting needs are tiny though, so I could fit back into the VPS if money were an issue.
- digianarchist 2 months agoLike AWS Lightsail?
- jasonthorsness 2 months agoI’ve been using Lightsail (mostly because I use AWS for a ton of stuff at work) and it has been great. No complaints.
- jasonthorsness 2 months ago
- digianarchist 2 months ago
- dakiol 2 months agoHijacking the thread: also looking for some super cheap VPS for running Go servers (don’t need more than 256-512 MB). I know i have digitalocean for ~$5/month, but i’m looking for something more like $1 or €2 per month.
- mobilio 2 months agoHuge list of providers in that price range
- lbhdc 2 months agoI run a number of go servers with similar resource requirements on cloud run for free. I wanted them to be always on, so I set up an uptime check that keeps those instances alive around the clock without leaving the free tier.
- mobilio 2 months ago
- quintes 2 months agoWhat’s the stack?
Why is AWS expensive? What’s the most costly?
Why vercel? I’ve heard it gets costly at scale here on HN no other data points.
Does the charity have the ability to operate it? Budget? Skills? If not what the plan?
- Jean-Philipe 2 months agoThe stack is nodejs and postgres - the most expensive part is the database actually. I could probably look into caching more of the expensive (mostly read-only) queries.
I'm one of the two developers who will help out with development and devops. There's some budget for that. So we have the skills.
- quintes 2 months agoDatabase on RDS? I guess caching queries could be useful. Aurora serverless?
What’s the user base and load? All internal NGO or public?
Public sector AWS peeps should maybe jump in and see if they can offer support have you checked with them?
- quintes 2 months ago
- babyent 2 months agoVercel is honestly meant for enterprise. The free/cheap tier is a cool toy. Vercel replaces the need to build out an expensive dedicated UI deployment/tooling team (like when your org has like 50 product teams working on a large enterprise saas).
Anyone else should just stick to vite react starter SPA and actually make money first. If they need SEO, they can use something simple too.
- quintes 2 months agoYeah when ever you see enterprise pricing / call us you know you need some dollars
- quintes 2 months ago
- Jean-Philipe 2 months ago
- dtnewman 2 months agoAWS lambda + API gateway. I use serverless to deploy to these.
If traffic is high, this could get pricy. For example, i have a site up getting about 20,000k visitors a day, hitting it many times each and it's probably costing me $400/month whereas a $50 server would probably do the trick (it's a temporary thing that i'm migrating away soon). But I have a bunch of smaller projects with a few visitors a day and the cost rounds to $0.
The nice thing is that it'll basically scale infinitely when you need it to.
- JaggerJo 2 months agoI really like fly.io, but you’d need to provide more information about the kind of backend and the expected load. Also what does it currently cost?
I host a few sites on fly for pennies, but they don’t see a lot of traffic.
- DataOverload 2 months agoHey - get in touch with me at Zuplo. If this is for a charity, we might be able to swing you a really cheap deal.
- rganesan 2 months agoHave you looked at Amazon Lightsail? It's relatively cheap if you don't need a lot of scale, compared to other cheap alternative. Oracle free tier is another option.
- sachinkrs 2 months agoYou can build your own backend server on https://console.hetzner.cloud/
- ActorNightly 2 months agoIf the initial effort can be big, all you really need to do is to move your API/Backend to API Gateway and Lambda (with throttling applied), then for databases, just get a dedicated EC2 instance and host stuff manually, with periodic syncs to S3 for backups.
Most of AWS services exist because people are either too lazy or not knowledgeable enough on how to set up their own stuff on EC2.
- yonatan8070 2 months agoEveryone here is suggesting various cloud offerings, and that's probably the way to go.
However, cheap used mini PCs from the likes of HP can be had for very little or even free if you find an office that's replacing them with new ones. Plop on of those at home, and your recurring costs are like 20W of power
- icedchai 2 months agoHave you looked into optimizing your AWS costs? Where is most of it going? Compute, storage, bandwidth?
- daemonologist 2 months agoCheapest is to fit within someone's free tier (e.g. Oracle), but I'm leery of that. Personally I use Hetzner's cheapest US instance which is 5 EUR/month with an IPv4 address.
- yen223 2 months agoSupabase + Cloudflare Workers, both have pretty generous free tiers
- chistev 2 months agoPythonanywhere, Render.
- theli0nheart 2 months agoSurprised that no one has mentioned Google Cloud Run. I’ve started multiple services with it this year and it’s been awesome. Highly recommend.
- deployhq 2 months agoDeployHQ+VPS (Hetzner, Vultr, DO, etc)
- billconan 2 months agoI'm paying $0.45 for my personal lambda/dynamodb based service. but my traffic is very low.
- yeyeyeyeyeyeyee 2 months agoGet some cloud servers at Hetzner, you'll get what you need for XX euros per month.
- dith3r 2 months agoOracle cloud has free tier with 4 arm vcpus/24G ram/200GB SSD.
- runjake 2 months agoSome good questions to ask in this case:
- How long will this last?
- What's in it for Oracle?
Oracle is not known for its benevolence or free services. Quite the opposite.
- lbhdc 2 months ago> What's in it for Oracle?
Customer acquisition, like all companies with a free tier. It lets people experiment with their products and see if it meets their needs. Maybe those experiments grow up to be real products and continue running where they are. Maybe that user becomes an advocate for that product to their employer.
- dith3r 2 months agoRight now there is no date when this free offer will disappear. For 3 yr I m using it.
- icedchai 2 months agoAlso keep in mind there's a lot more talent available to work with AWS, GCP, and Azure.
- lbhdc 2 months ago
- runjake 2 months ago
- ecesena 2 months agoGoogle app engine, you can run for free.
- tumidpandora 2 months agoLightsail on AWS, fixed pricing
- fefferkorn 2 months agodepending on the performance you need (and ofc region).. for eu i can recommend: 1&1, (they have 1€ vps), hetzner, alphavps
- revskill 2 months agoLocalhost.
- W6zVktFA 2 months agoElestio