S3 Flashcards
Why the bucket name must be unique?
The name has to be unique because it will be used in a webaddress with the scope of accessing it with the created endpoint.
What response you will receive the file was successfully uploaded.
A 200 Http response will be sent.
Name all storage classes
Standard S3 IA (infrequently accessed) S3 One zone IA S3 Intelligent tiering S3 Glacier S3 Glacier Deep Archive
S3 standard
- 99.99% availability and 99.9x11% durability. Stored redundantly across multiple devices in multiple facilities and is designed to sustain the loss of 2 facilities concurrently.
S3 IA (infrequently accessed)
For the data that is accessed less frequently but requires rapid access when needed. lower fee than S3 standard, but you are charged a retrieval fee.
S3 One zone IA
- lower cost option for IA that doesn’t require multiple availability zone data resilience.
S3 intelligent tier
Designed to optimize costs bu automatically moving data to the most cost efficient access tier without performance impact or operational overhey
S3 glacier
Is a secure, durable and low cost storage class for data archiving. Can reliably store any amount of data at a cost cheaper than on-premise solutions. Retrieval times configurable from minutes to hours.
S3 Glacier Deep Archive
Is the lowest cost storage with a retrieval time of 12 hours acceptable.
Consistency models
- Read after Write consistency for PUTS of new objects
• The created object is available immediately after write. - Eventual consistency for overwrite PUTS and DELETES( can take some time to propagate)
Key fundamentals
Key - the name of the object Value - this is the data and is made up of a sequence of bytes Version ID - versioning files Metadata - data about data Subresources - • Access Control Lists • Torrent
How to protect objects?
Turn on MFA Delete, it will require MFA in order to delete a file
What type of storage is S3?
S3 is Object-based storage.
S3 files allowed capacity
Files can be from 0 to 5TB.
There is unlimited storage.
Files are stored in Buckets ( similar to folders)
Bucket security
Buckets are private by default when created.
This can be changed through:
• Bucket policies - apply security policies at the bucket level
• Access control list - control access to individual objects