TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Reliable and cheap root server, 1GB+ RAM – which provider to choose?

3 pointsby backend-dev-33over 6 years ago
For years I used Hetzer VQ12 (unmanaged virtual machine with root, Single Core, 1024 MB RAM, 40 GB HDD) for experiments and to run some Java processes.<p>Nothing special, nothing fancy, just a relatively cheap (12,90 € per month) and relatively reliable (one or two times per year notifications about scheduled downtime for about 15-30 min) hardware.<p>At the moment there is a cronjob on this machine. Every hour it triggers a Java process which runs for about 5-10 minutes.<p>Now Hetzner going to discontinue these servers (they notified me in advance) so I want to move either to another Hetzner product (probably their &quot;cloud&quot; CX11 or CX21) or to another hosting provider.<p>Please share your experience. I heard some positive feedback about digitalocean (droplets?)<p>UPDATE: I do not want to have dependencies on cloud infrastructure. Just plain old Linux command line, nothing more

2 comments

viraptorover 6 years ago
This sounds like something you could easily spin up on demand in AWS instead of aiming for reliability. Either an autoscaling group or a spot fleet that activates every hour, runs your job on startup, and kills itself. Micro is 1gb memory and costs $0.0104&#x2F;h. Running that for 15min every hour is $1.8 a month. (+whatever storage space you need)<p>You could probably use a heroku task as well.
评论 #17818379 未加载
Hasknewbieover 6 years ago
Last year I used a VPS with specs similar to yours at LeaseWeb, for around €50&#x2F;year. They&#x27;re OK. I don&#x27;t remember any downtime but I wasn&#x27;t monitoring that VM 24&#x2F;7.