Introduction to S3 Flashcards
What is S3?
Secure, durable, highly-scalable object storage.
Can you host simple websites in S3?
Yes. S3 can host static web content.
Is S3 object or block storage?
Object
How does AWS host and scale data in the S3 service?
Data is spread across multiple devices and facilities.
What file size restrictions does S3 have? (how small/large can an object be?)
0 bytes to 5TB
Can two accounts have the same S3 bucket name?
No. S3 buckets are universal and each must be unique.
what HTTP code is given after a successful upload to S3?
200
what is the data consistency for PUTS of new objects?
read after write
What is the data consistency for overwrite PUTS and DELETES
Eventual consistency (can take some time to propagate)
How is data organized in S3
Key Value pairs
What is a Key in S3 object’s key/value pair?
The name of the file
What is the Value of an S3 object’s key/value pair?
The data of the object
In S3, how are file versions kept track of?
Version ID
In S3, can you add additional information about objects? How
Metadata. Usually as tags.
In S3, what is a subresource of an object?
bucket policies
cross origin resource sharing
transfer accelleration