Live data from Hacker News

Ask HN: cloud data storage cheaper than AWS S3?

news.ycombinator.com

1–10 of 37 posts

Ask HN: cloud data storage cheaper than AWS S3?

#1
I'm working on a new neural network based project, which means I'll need to access and store more data than I can keep on my hard drives.

While I'm familiar with AWS S3 from my day job, I was wondering what other alternatives are out there that may be cheaper (or even free)?

I'm also aware of dropbox, google docs, etc., but ideally I'd like to have programmatic access via an API.

Re: Ask HN: cloud data storage cheaper than AWS S3?

#9
s3 may be cheaper than you think.

If you're willing to tolerate hr+ delays in accessing your data aws glacier deep archive is 70cents per terabyte month.

that's pretty awesome in my book.

If you need to access the data in under an hr it comes out around $2 per TB/mo

Re: Ask HN: cloud data storage cheaper than AWS S3?

#10

Depending on your needs, you can rent a dedicated server with hard drives. For example, Hetzner has an offering of 10x 10TB HDDs for $200/month or so. Disclaimer: I have never used Hetzner's services nor can I vouch for them.

I've used them for the last 5 years. They are OK. Their network is not redundant (core routers) so you should expect some downtime at least once per year for several hours. But it's the only complaint I have. The good part is that you can buy several servers for 100-200 EUR and build a decent HA with fixed monthly cost. Our AWS bill was always hard to predict. Also, they have a VPS cloud service that is decent and we use it for non-core services.
Post reply on HN