top | item 36095289

Ask HN: Suggestions to host 10TB data with a monthly +100TB bandwidth

203 points| magikstm | 2 years ago

I'm looking for suggestions to possibly replace dedicated servers that would be cost-effective considering the bandwidth.

197 comments

order

kens|2 years ago

That reminds me of the entertaining "I just want to serve 5 terabytes. Why is this so difficult?" video that someone made inside Google. It satirizes the difficulty of getting things done at production scale.

https://www.youtube.com/watch?v=3t6L-FlfeaI

trhr|2 years ago

Nothing in that video is about scale. Or the difficulty of serving 5TB. It's about the difficulty of implementing n+1 redundancy with graceful failover inside cloud providers.

User: "I want to serve 5TB."

Guru: "Throw it in a GKE PV and put nginx in front of it."

Congratulations, you are already serving 5TB at production scale.

ergocoder|2 years ago

I thought that was making fun of how difficult to implement anything at Google.

sacnoradhq|2 years ago

The interesting thing is there also paradoxes of large scale: things that get more difficult with increasing size.

Medium- and smaller-scale can often be more flexible because they don't have to incur the pain of nonuniformity as scale increases. While they may not be able to afford optimizations or discounts with larger, standardized purchases, they can provide more personalized services large scale cannot hope to provide.

foobarbecue|2 years ago

This video has always made me wonder: "Why would someone cut open a wet bag of groceries?"

hardware2win|2 years ago

It satirizes corporate ways of doing stuff

wongarsu|2 years ago

Depends on what exactly you want to do with it. Hetzner has very cheap Storage boxes (10TB for $20/month with unlimited traffic) but those are closer to FTP boxes with a 10 connection limit. They are also down semi-regularly for maintenance.

For rock-solid public hosting Cloudflare is probably a much better bet, but you're also paying 7 times the price. More than a dedicated server to host the files, but you get more on other metrics.

KomoD|2 years ago

> Hetzner has very cheap Storage boxes (10TB for $20/month with unlimited traffic)

* based on fair use

at 250 TB/mo:

> In order to continue hosting your servers with us, the traffic use will need to be drastically reduced. Please check your servers and confirm what is using so much traffic, making sure it is nothing abusive, and then find ways of reducing it.

fragmede|2 years ago

That's if you use their CDN. Cloudflare R2 doesn't charge for egress bandwidth. If you have 100TB/mo to serve, try it and see what happens. I haven't heard of anyone being kicked off of R2 for using too much egress bandwidth yet.

At scale, you'll pay a couple thousand dollars for Class B operations on R2, and another bunch for storing the 10 TB in the first place, but that's relatively cheap compared to other offerings where you'd pay for metered egress bandwidth.

https://developers.cloudflare.com/r2/pricing/ https://r2-calculator.cloudflare.com/

yakubin|2 years ago

Wow! It's the first time I'm hearing of this Hetzner offering. It's ideal for my offsite backup needs. Thanks!

codersfocus|2 years ago

I wouldn't call Cloudflare rocksolid, assuming you mean their R2 offering. It goes down pretty regularly.

throwaway2990|2 years ago

Been looking at hetzner for their arm cloud offering. But I can’t figure out if instances upgraded or do you need to terminate and rebuild.

support seems non existent cos no one answers emails or web chat…

novok|2 years ago

Hetzner is also fairly slow network bandwidth wise unless you're in Europe.

psychphysic|2 years ago

I'd suggest looking into "seedboxes" which are intended for torrenting.

I suspect the storage will be a bigger concern.

Seedhost.eu has dedicated boxes with 8TB storage and 100TB bandwidth for €30/month. Perhaps you could have that and a lower spec one to make up the space.

Prices are negotiable so you can always see if they can meet your needs for cheaper than two separate boxes.

dspillett|2 years ago

> I'd suggest looking into "seedboxes" which are intended for torrenting.

Though be aware that many (most?) seedbox arrangements have no redundancy, in fact some are running off RAID0 arrays or similar. Host has a problem like a dead drive: bang goes your data. Some are very open about this, afterall for the main use case cheap space is worth the risk, some far less so…

Of course if the data is well backed up elsewhere or otherwise easy to reproduce or reobtain this may not be a massive issue and you've just got restore time to worry about (unless one of your backups can be quickly made primary so restore time is as little as a bit of DNS & other configuration work).

GOATS-|2 years ago

Yep, resellers of dedicated machines rent servers in bulk so you can often get boxes for way cheaper than you would directly from the host. Take a look at https://hostingby.design as an example.

KomoD|2 years ago

Ultra.cc is pretty great too.

jedberg|2 years ago

It's impossible to answer this question without more information. What is the use profile of your system? How many clients, how often, what's the burst rate, what kind of reliability do you need? These all change the answer.

aledalgrande|2 years ago

And what kind of latency is needed, what geo areas are involved? Budget? Engineers available?

omniglottal|2 years ago

"Impossible", yet many others have succeeded commendably... explore what they can do but you cannot. Or else offer examples wherein your constraints exist and drive another solution. "No solution without more info" is a cop-out.

qeternity|2 years ago

Hetzner auctions have a 4x 6TB server for €39.70/mo.

Throw that in RAID10 and you'll have 12TB usable space with > 300TB bandwidth.

dinvlad|2 years ago

Storage Boxes are even cheaper, 20 EUR (or less if you’re outside Europe) for 10TB + unlimited bandwidth.

princevegeta89|2 years ago

Isn't that enterprise HDD going to be slower for a cloud instance though?

feifan|2 years ago

Consider storing the data on Backblaze B2 ($0.005/GB/month) and serving content via Cloudflare (egress from B2 to Cloudflare is free through their Bandwidth Alliance).

(No affiliation with either; just a happy customer for a tiny personal project)

rewgs|2 years ago

Man, thanks so much for this. I’m using Wasabi with a Yarkon front end right now and it’s great, but Backblaze/Cloudflare is looking like a serious contender.

indigodaddy|2 years ago

BuyVM has been around a long time and have a good reputation. I’ve used them on and off for quite a while.

They have very reasonably priced KVM instances with unmetered 1G (10G for long-standing customers) bandwidth that you can attach “storage slabs” up to 10TB ($5 per TB/mo). Doubt you will find better value than this for block storage.

https://buyvm.net/block-storage-slabs/

j45|2 years ago

Nice. How have you found their uptime and reliability?

noja|2 years ago

To host it for what? A backup? Downloading to a single client? Millions of globally distributed clients uploading and downloading traffic? Bittorrent?

wwwtyro|2 years ago

If it fits your model, WebTorrent[0] can offload a lot of bandwidth to peers.

[0] https://github.com/webtorrent/webtorrent

giantrobot|2 years ago

At some point you still need a seed for that 10TB of data with some level of reliability. WebTorrent only solves the monthly bandwidth iff you've got some high capacity seeds (your servers or long-term peers).

bosch_mind|2 years ago

Cloudflare R2 has free egress, cheap storage

ttul|2 years ago

And they just added TCP client sockets in Workers. We are just one step step away from being able to serve literally anything on their amazing platform (listener sockets).

slashdev|2 years ago

Cloudflare has free bandwidth up to a point and then they will charge you. That’s not really that surprising though.

gok|2 years ago

Looks like it would be $150/month for OP's needs?

bombcar|2 years ago

That’s not even saturating a Gb/s line. Many places offer dedicated with that kind of bandwidth.

andai|2 years ago

If it's for internal use, I have had good results with Resilio Sync (formerly BitTorrent Sync).

It's like Dropbox except peer to peer. So it's free, limited only by your client side storage.

The catch is it's only peer to peer (unless they added a managed option), so at least one other peer must be online for sync to take place.

microtonal|2 years ago

They don't really maintain the regular Sync client anymore, only the expensive enterprise Connect option. My wife and I used Resilio Sync for years, but had to migrate away, since it had bugs and issues with newer OS versions, but they didn't care to fix them. Let alone develop new features.

johnklos|2 years ago

If price is a consideration, you might consider two 10 TB hard drives on machines on two home gbps Internet connections. It's highly unlikely that both would go down at the same time, unless they were in the same area, on the same ISP.

sireat|2 years ago

How do you set up load balancing for those two connections?

That is yourdomain.com -> IP_ISP1, IP_ISP2

Going the other way from yourserver -> outside would indicate some sort of bonding setup.

It is not trivial for a home lab.

I use 3 ISPs at home and just keep each network separate (different hardware on each) even though in theory the redundancy would be nice.

walthamstow|2 years ago

I would also like to ask everyone about suggestions for deep storage of personal data, media etc. 10TB with no need for access unless in case of emergency data loss. I'm currently using S3 intelligent tiering.

Atlas22|2 years ago

I like to use rsync.net for backups. You can use something like borg, rsync, or just sftp/sshfs mount. Its not as cheap as something like S3 deep (in terms of storage) but it is pretty convient. The owner is a absolute machine and frequently visits HN too.

ericpauley|2 years ago

S3 is tough to beat on storage price. Another plus is that the business model is transparent, i.e., you don't need to worry about the pricing being a teaser rate or something.

Of course the downside is that, if you need to download that 10TB, you'll be out $900! If you're worried about recovering specific files only this isn't as big an issue.

msh|2 years ago

Hertzner storagebox or back blaze b2 is the cheapest options.

harrymit907|2 years ago

Wasabi is the best option for you. 10TB would be around 60$/month and they offer free egress as much as your storage. So you can download upto 10TB per month.

seized|2 years ago

Glacier Deep Archive is exactly what you want for this, that would be something like $11/month ongoing, then about $90/TB in the event of retrieval download. Works well except for tiny (<150KB) files.

Note that there is Glacier and Glacier Deep Archive. The latter is cheaper but longer minimum storage periods. You can use it as a life cycle rule.

jedberg|2 years ago

AWS Glacier. That's where I keep (one copy of) my wedding video, all the important family photos, etc.

Hamuko|2 years ago

I do my archiving to S3 Glacier Deep Archive but my data volume is still so low that Amazon doesn't bother charging my card.

oefrha|2 years ago

<s>GSuite</s> Google Workplace business plan is still essentially unlimited, for 10TB anyway.

rapjr9|2 years ago

I helped run a wireless research data archive for a while. We made smaller data sets available via internet download but for the larger data sets we asked people to send us a hard drive to get a copy. Sneakernet can be faster and cheaper than using the internet. Even if you wanted to distribute 10TB of _new_ data every month, mailing hard drives would probably be faster and cheaper, unless all your customers are on Internet2 or unlimited fiber.

radar1310|2 years ago

Nothing beats the bandwidth of a station wagon full of hard drives:-)

bakugo|2 years ago

The answer to this question depends entirely on the details of the use case. For example, if we're talking about an HTTP server where a small number of files are more popular and are accessed significantly more frequently than most others, you can get a bunch of cheap VPS with low storage/specs but a lot of cheap bandwidth to use as cache servers to significantly reduce the bandwidth usage on your backend.

ez_mmk|2 years ago

Had 300tb of traffic on a Hetzner server up and down no problem with much storage

chaxor|2 years ago

I always assumed having a raspberry pi with a couple HDs in raid1 with IPFS or torrent would be the best way to do this.

Giving another one of these raid1 rpis to a friend could make it reasonably available.

I am very interested to know if there are good tools around this though, such as a good way to serve a filesystem (nfs-like for example) via torrent/ipfs and if the directories could be password protected in different ways, like with an ACL. That would be the revolutionary tech to replace huggingface/dockerhub, or Dropbox, etc.

Anyone know of or are working on such tech?

Voklen|2 years ago

If you just want to be able to sync a directory between multiple devices with encryption options I'd recommend Syncthing. It's dead easy to set up, I've currently got it on a rpi backing up all my photos from my phone while syncing my Obsidian vault beteen my phone and desktop.

trhr|2 years ago

Hell, make me a fair offer and I'll throw it up on ye olde garage cluster. That thing has battery backup, a dedicated 5 Gbps pipe, and about 40 TB free space on Ceph. I'll even toss in free incident response if your URL fails to resolve. But it'll probably be your fault, cause I haven't needed a maintenance window on that thing in like three years.

tgtweak|2 years ago

OVH is probably your best bet and should be the cheapest both for hosting and serving the files. You'd be hard pressed to beat the value there without buying your own servers and colocating in eastern Europe.

Most of their storage servers have 1gbps unmetered public bandwidth options and that should be sufficient to serve ~4TB per day, reliably.

bicijay|2 years ago

Backblaze B2 + CDN on top of it

gravitronic|2 years ago

Cloudflare on top would be free bandwidth (bandwidth alliance)

scottmas|2 years ago

Surprised no one has said Cloudflare Pages. Might not work though depending on your requirements since there’s a max of 20,000 files of no more than 25 mb per project. But if you can fit under that, it’s basically free. If your requirements let you break it up by domain, you can split your data across multiple projects too. Latency is amazing too since all the data is on their CDN.

jacob019|2 years ago

Smaller VPS providers are a good value for this. I'm currently using ServaRICA for a 2TB box, $7/mo. I use it for some hosting, but mostly for incremental ZFS backups. Storage speed isn't amazing, but it suits my use case.

I'm using cloudflare R2 for a couple hundred GB, where I needed something faster.

bullen|2 years ago

I think 2x 1 Gb/s symmetric home fibers + SuperMicro 12x SATA Atom Mini-ITX with Samsung drives can solve this fairly cheaply and durably depending on write intensity.

That said above 80 TB is looking hard for eternity, unless you can provide backup power and endure noise of spinning drives.

ignoramous|2 years ago

One way I can think of is to serve files over BitTorrent with a (HTTP) web seed stored across blob stores at Cloudflare R2, Backblaze B2, Wasabi.

I briefly looked at services selling storage on FileCoin / IPFS and Chia, but couldn't find anything that inspired confidence.

justinclift|2 years ago

Any idea on how many files/objects, and how often they change?

Also, any idea on the number of users (both average, and peak) you'd expect to be downloading at once?

Does latency of their downloads matter? eg do downloads need to start quickly like a CDN, or as long as they work is good enough?

roetlich|2 years ago

As a previous employee there I'm very biased, but I think bunny.net has pretty good pricing :)

j45|2 years ago

The OP request would benefit from details, but the solution depends on what format the data is and how to be shared.

Assuming the simplest need is making files available :

1) Sync.com provides unlimited hosting and file sharing from it.

Sync is a decent Dropbox replacement with a few more bells and whistles.

2) BackBlaze business let’s you deliver files for free via their CDN. $5/TB per month storage plus free egress via their CDN.

https://www.backblaze.com/b2/solutions/developers.html

Backblaze seems to be 70-80% cheaper than S3 as it claims.

Traditional best practice cloud paths are optimized to be a best practice to generate profit for the cloud provider.

Luckily it’s nice to rarely be alone or the first to have a need.

ericlewis|2 years ago

Cloudflare R2, egress is free. Storing 10TB would be about $150 a month.

activiation|2 years ago

Holy shit that's expensive

mindcrash|2 years ago

Several huge infrastructure providers offer decent VPS servers and bare metal with free bandwidth for pretty reasonable prices nowadays.

You might want to check out OVH or - like mentioned before - Hetzner.

api|2 years ago

Bare metal hosting with bandwidth priced by pipe size rather than gigabyte. Check out DataPacket, FDCServers, Reliablesite, Hivelocity, etc.

Cloud bandwidth is absolutely enormously overpriced.

sacnoradhq|2 years ago

Personally, at home, I have ~600 TiB and 2 Gbps without a data cap.

I can't justify colo unless I can get 10U for $300/month with 2kW of PDU, 1500 kWh, and 1 GbE uncapped.

winrid|2 years ago

You could do this for about $1k/mo with Linode and Wasabi.

For FastComments we store assets in Wasabi and have services in Linode that act as an in-memory+on disk LRU cache.

We have terabytes of data but only pay $6/mo for Wasabi, because the cache hit ratio is high and Wasabi doesn't charge for egress until your egress is more than your storage or something like that.

The rest of the cost is egress on Linode.

The nice thing about this is we gets lots of storage and downloads are fairly fast - most assets are served from memory in userspace.

Following thread to look for even cheaper options without using cloudflare lol

qeternity|2 years ago

> You could do this for about $1k/mo with Linode and Wasabi.

This is still crazy expensive. Cloud providers have really warped people’s expectations.

winrid|2 years ago

Actually, with Interserver and Wasabi you could probably get it under $100/mo.

You could just run Varnish with the S3 backend. Popular files will be cached locally on the server, and you'll pay a lot less for egress from Wasabi.

winrid|2 years ago

EDIT it would be ~$500 through linode + wasabi. I was thinking of included bandwidth, but if you just pay overages it's cheaper.

k8sToGo|2 years ago

People here suggest Hetzner. Just be aware that their routing is maybe not as good as you get for more expensive bandwidth.

GC_tris|2 years ago

Can you be more specific?

Hetzner has excellent connectivity: https://www.hetzner.com/unternehmen/rechenzentrum/ They are always working to increase their connectivity. I'd even go so far to claim that in many parts of the world they outperform certain hyperscalers.

pierat|2 years ago

Sounds like you could find someone with a 1Gbps symmetric fiber net connection, and pay them for it and colo. I have 1Gbps and push that bandwidth every month. You know, for yar har har.

And that's only 309Mbits/s (or 39MB/s).

And a used refurbished server you can easily get loads or ram, cores out the wazoo, and dozens of TB's for under $1000. You'll need a rack, router, switch, and batt backup. Shouldn't cost much more than $2000 for this.

jstx1|2 years ago

Is there a reason people aren’t suggesting some cloud object storage service like S3, GCS or Azure storage?

Hamuko|2 years ago

I once had a Hetzner dedicated server that held about 1 TB of content and did some terabytes of traffic per month (record being 1 TB/24 hours). Hetzner charged me 25€/month for that server and S3 would've been like $90/day at peak traffic.

abatilo|2 years ago

Those bandwidth costs are going to be so expensive

hdjjhhvvhga|2 years ago

Because they are an order of magnitude more expensive.

KaiserPro|2 years ago

whats your budget?

who are you serving it to?

how often does the data change?

is it read only?

What are you optimising for, speed, cost or availability? (pick two)

dark-star|2 years ago

you can definitely do this at home on the cheap. As long as you have a decent internet connection, that is ;) 10TB+ harddisks are not expensive, you can put them in an old enclosure together with a small industrial or NUC PC in your basement

sacnoradhq|2 years ago

I current have 45 WUH721414ALE6L4 drives in a Supermicro JBOD SC847E26 (SAS2 is way cheaper than SAS3) connected to an LSI 9206-16e controller (HCL reasons) via hybrid Mini SAS2 to Mini SAS3 cables. The SAS expanders in the JBOD are also LSI and qualified for the card. The hard drives are also qualified for the SAS expanders.

I tried this using Pine ROCKPro64 to possibly install Ceph across 2-5 RAID1 NAS enclosures. The problem is I can't get any of their dusty Linux forks to recognize the storage controller, so they're $200 paperweights.

I wrote a SATA HDD "top" utility that brings in data from SMART, mdadm, lvm, xfs, and the Linux SCSI layer. I set monitoring to look for elevated temperature, seek errors, scan errors, reallocation counts, offline reallocation, and probational count.

jszymborski|2 years ago

Wasabi.com is usually a good bet when your primary cost is bandwidth.

slashdev|2 years ago

> If your monthly egress data transfer is less than or equal to your active storage volume, then your storage use case is a good fit for Wasabi’s free egress policy

> If your monthly egress data transfer is greater than your active storage volume, then your storage use case is not a good fit for Wasabi’s free egress policy.

https://wasabi.com/paygo-pricing-faq/

risyachka|2 years ago

Find a bare metal server with 1GBit connection and you are all set.

dboreham|2 years ago

No, you'd need to find peering that supports 100T/mo at a reasonable cost.

snihalani|2 years ago

Cloudflare R2 or Oracle Cloud Infra or Hetzner

bluedino|2 years ago

What are you using now and what does it cost?

influx|2 years ago

I would do it in S3 + Cloudfront if your budget supported it. Mostly because I don't want to maintain a server somewhere.

ignoramous|2 years ago

This is one way, but wouldn't be cost-effective bandwidth wise (which is OPs main concern).

sacnoradhq|2 years ago

Backblaze, MEGA, or S3 RRS.

pollux1997|2 years ago

Copy the data to disk and ship them to the place they need to be used.

rozenmd|2 years ago

Cloudflare R2?

wahnfrieden|2 years ago

bittorrent and some home servers

delduca|2 years ago

I would go with BunnyCDN at front of some storage.

aborsy|2 years ago

S3 is probably the highest quality. It’s enterprise grade : fast, secure with a lot of tiers and controls.

If you recover only small data, it’s also not expensive. The only problem is if you recover large data. That would be a major problem.

capableweb|2 years ago

10TB storage + 100TB bandwidth and S3 will easily be +1000 USD per month, while there are solutions out there that are fast and secure with unrestricted bandwidth for less than 100 USD per month. Magnitude cheaper with same grade in "enterprisey".

sacnoradhq|2 years ago

Too expensive. RRS would be the only consideration, and it's not a for-sure thing compared to other options.