TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What services are the “big boys” using for data storage?

2 pointsby gab007over 6 years ago
I am building a &quot;notes with attachments&quot; app and I am looking for cloud storage services. What others are using? Apparently this seems to be kind of a secret :)<p>I know Evernote is now using their own data centers. I am still trying to figure out monthly prices on Amazon Glacier (simple calculator... not so simple) - and having difficulties to estimate a monthly price.<p>I am looking for a &quot;pure cloud storage&quot; reliable long term solution with simple and easy to understand pricing, where I can store customer attachments.<p>Would appreciate any advice. Thank you.

1 comment

rdeggesover 6 years ago
Most of the big players maintain their own datacenters. That said, if you&#x27;re looking for what the &quot;big boys&quot; do (outside of the top few tech companies), most of them use Amazon S3: <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;s3&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;s3&#x2F;</a> (NOTE: I&#x27;m not in any way affiliated with Amazon).<p>S3 is one of the oldest and most popular storage services because:<p>- It&#x27;s very fast and can be fronted by Cloudfront, a very large&#x2F;popular&#x2F;inexpensive CDN (this is what Netflix uses) - It&#x27;s inexpensive and gets cheaper with volume - You can choose to use the default redundancy (which is very cost effective) or reduced redundancy which makes it far less expensive - You can archive infrequently used data from S3 to Glacier for a fraction of the cost - It has a ton of features and can be embedded into just about every language&#x2F;framework in minutes - It&#x27;s been around forever and has incredible support
评论 #17947651 未加载