S3 Flashcards
Is S3 Object based
Yes!
Is S3 suitable for running an OS or hosting a DB?
No, object storage only
What is the max size of a single file that can be transferred?
5 tb
What is the storage limit in S3?
Unlimited
Is S 3 a universal namespace?
Yes, so it is not tied to regions and must be named completely uniquely from all other s3 buckets out there
What is a Key for S3?
The object name, eg ralphie.jpg
What is a value is S3
The data itself, which is made up of a sequence of bytes
What is a version ID
Allows storage of multiple versions of the same object
What is metadata in S3
Data about the data you are storing, content type, last modified, etc.
Are S3 buckets private by default?
Yes, when created a bucket and all contents are private by default.
You have to allow public access on both the bucket & its objects in order to make them public
When to use an Object ACL?
These are used to make individual objects public
Bucket Policies
Security policy for your bucket and can be used to make an entire bucket public
HTTP Status Code
When you upload and object to S3 & it’s successful you will get an http 200 code
What to know for hosting static websites in S3
Use a bucket policy to make the bucket public
You can only host static content NOT dynamic
S3 automatically scales with demand
What version of an object does S3 store?
All versions are stored in S3. This includes writes and even if it’s deleted