Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Amazon S3: when/why [closed]

Tags:

cdn

amazon-s3

So, I have a dedicated server. I host about dozen or so small sites.

Is there a real benefit in using S3(or Mosso) for my image and static file hosting? My server has more than enough disk space, or am I completely missing the point of S3?

I keep reading about how wonderful and cheap it is, and I ask myself "self, why aren't you using this" and the reply is always "why?"

like image 303
Ronn Avatar asked Apr 08 '09 19:04

Ronn


People also ask

Why S3 bucket should not be public?

Users can control the accessibility and privacy of their S3 buckets in bucket policy. It is recommended that AWS S3 buckets should not be publicly accessible to other users in AWS. Publicly accessible S3 bucket means that other AWS users can access your data stored in the bucket which can lead to misuse of the data.

What is the limitation of S3 bucket?

S3 provides unlimited scalability, and there is no official limit on the amount of data and number of objects you can store in an S3 bucket. The size limit for objects stored in a bucket is 5 TB.

Is AWS S3 blocked in China?

You can use Amazon S3 Block Public Access in Amazon Web Services China (Beijing) region, operated by Sinnet, and in Amazon Web Services China (Ningxia) region, operated by NWCD.

Why is Amazon S3 so popular?

With on-demand pricing and scalability at its core, S3 has been the favored cloud storage solution for small and large businesses alike. Companies from Netflix to Pinterest trust S3 with their data, thanks to the 99.999999999% data durability promise from Amazon.


1 Answers

if you're running within the included storage and bandwidth of your server and your needs are being served well, you are already doing the simplest thing that is working for you and that is where you should always start. Off the top of my head I can think of a couple reasons why you may want to move some storage to S3 in the future:

  • Your storage or bandwidth needs grow beyond what you have and S3 is cheaper than upgrading your current solution
  • You move to a multiple-dedicated-server solution for failover/performance reasons and want to be able to store your assets in a single shared location
  • Your bandwidth needs are highly variable (so you can avoid a monthly fee when you're not getting traffic) [Thanks Jim, from the comments]
like image 109
Adam Alexander Avatar answered Oct 13 '22 14:10

Adam Alexander