Live data from Hacker News

Ask HN: Rent servers with slow CPU, low mem, cheap bandwidth but big disk.

news.ycombinator.com

1–9 of 9 posts

Ask HN: Rent servers with slow CPU, low mem, cheap bandwidth but big disk.

#1
I'm looking for something as awesome as Linode but that does something like a small 1G instance with huge disks e.g. 1 to 5 terabyte of disk space and really cheap bandwidth.

I want to use it as a backup server that has a shell so I can schedule jobs, run scripts to trigger and fetch backups etc.

Cost is a big concern of mine. So for example if I was billed using 95th percentile instead of for transfer, that would be awesome.

Any input appreciated!!

Re: Ask HN: Rent servers with slow CPU, low mem, cheap bandwidth but big disk.

#3
I have not found any virtual with storage cheaper than Amanzon/Google (0.10 $/month/GB).

you can find "backup" VMs for cheap but:

  - these are typically OpenVZ (can't pick your kernel options)

  - very busy and slow (they meant to be for backup only.

http://ovh.com has physicals at around 40$/month with 2 x 1 GB disks.

Re: Ask HN: Rent servers with slow CPU, low mem, cheap bandwidth but big disk.

#4
Do you really need a server? You can launch a more powerful EC2 instance (EBS backed), upload your data, and stop the instance (alternatively you can create a snapshot and terminate the instance). Next time when you need the backup or back up more data, just start the instance. You pay the full price of storage and data transfer, but not the CPU. If your other servers are within AWS, you even don't need to pay for the data transfer.

Re: Ask HN: Rent servers with slow CPU, low mem, cheap bandwidth but big disk.

#6
post #4

Do you really need a server? You can launch a more powerful EC2 instance (EBS backed), upload your data, and stop the instance (alternatively you can create a snapshot and terminate the instance). Next time when you need the backup or back up more data, just start the instance. You pay the full price of storage and data transfer, but not the CPU. If your other servers are within AWS, you even don't need to pay for th…

5TB of storage on AWS would cost >$500/month.

You could buy a server and colocate it for less than that.

Re: Ask HN: Rent servers with slow CPU, low mem, cheap bandwidth but big disk.

#8
post #6
post #4

Do you really need a server? You can launch a more powerful EC2 instance (EBS backed), upload your data, and stop the instance (alternatively you can create a snapshot and terminate the instance). Next time when you need the backup or back up more data, just start the instance. You pay the full price of storage and data transfer, but not the CPU. If your other servers are within AWS, you even don't need to pay for th…

5TB of storage on AWS would cost >$500/month. You could buy a server and colocate it for less than that.

You're right. That's a lot if OP really needs 5TB of storage. It's still an option if OP begins with less storage.