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 "cloud" 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
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/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.
Last year I used a VPS with specs similar to yours at LeaseWeb, for around €50/year. They're OK. I don't remember any downtime but I wasn't monitoring that VM 24/7.