- Digitalocean offers cheap VPS service
- You only have to pay for the hours your machines "exist", so you can go even cheaper if you are not running (permanent) services, but using the machines for development, etc.
- You don't have to pay when the machines are "destroyed"
- You can save the machines
- You can only save machines that are powered-off
- You can't "just" shutdown, snapshot and destroy a machine with a single click of a button or a command
do-automatinator is a command-line tool to shut down, snapshot and destroy a machine at Digitalocean. (And to do the reverse, too)
coffee app.coffee settoken <your digitalocean token>
(You only have to do this once)
coffee app.coffee save <machine name>
coffee app.coffee restore <machine name>