Ask HN: What services are the “big boys” using for data storage?
I am building a "notes with attachments" app and I am looking for cloud storage services. What others are using? Apparently this seems to be kind of a secret :)
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.
I am looking for a "pure cloud storage" reliable long term solution with simple and easy to understand pricing, where I can store customer attachments.
Would appreciate any advice. Thank you.
2 comments
[ 4.2 ms ] story [ 13.3 ms ] threadS3 is one of the oldest and most popular storage services because:
- It's very fast and can be fronted by Cloudfront, a very large/popular/inexpensive CDN (this is what Netflix uses) - It'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/framework in minutes - It's been around forever and has incredible support
However, I believe that your answer still helps - it's what I have suspected. Looks like I will have to bite the bullet and try S3, do a "best effort" estimate and learn as I go...