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 :)<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 "pure cloud storage" reliable long term solution with simple and easy to understand pricing, where I can store customer attachments.<p>Would appreciate any advice. Thank you.
Most of the big players maintain their own datacenters. That said, if you're looking for what the "big boys" do (outside of the top few tech companies), most of them use Amazon S3: <a href="https://aws.amazon.com/s3/" rel="nofollow">https://aws.amazon.com/s3/</a> (NOTE: I'm not in any way affiliated with Amazon).<p>S3 is one of the oldest and most popular storage services because:<p>- 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