S3 101 Flashcards
What is S3?
S3 (Simple Storage Service) provides developers and IT teams with secure, durable, highly scalable object storage, ie you can upload files.
What is the Max and Min file size that can be stored in S3?
Max: 5TB
Min: 0 Bytes
What is the S3 storage limit?
There is no limit
True or False: S3 is a universal namespace.
True; names must be unique Globally.
What is the syntax of an S3 bucket web address?
For the default region (Northern VA): https://bucketname.S3.amazonaws.com
For other regions:
https://bucketname.regionname.amazonaws.com
What is the Status Code for successful uploads to S3?
HTTP 200
What is MFA Delete?
Multi Factor Authentication Delete allows you to protect your files from accidental deletion by requiring an MFA code to delete objects from the bucket.
What is the Data Consistency Model for S3?
- Read after Write consistency for PUTS of new Objects.
- Eventual Consistency for overwrite PUTS and DELETES (can take some time to propagate).
This is important to consider if a program needs access to a file to perform an operation.
What is the S3 Standard Availability?
99.99%
What is the S3 Standard Durability?
99.99999999999%
ie 11x9s of durability
What is S3 Standard?
This is the standard S3 storage class. It has 99.99% Availability and 11x9s of Durability. Stores data redundantly across multiple devices in multiple facilities, and is designed to sustain the loss of 2 facilities concurrently.
What is S3 - IA?
S3 - IA (Infrequently Accessed) is a storage class for data that is accessed less frequently, but requires rapid access when needed. Lower fee than S3 Standard, but you are charged a retrieval fee.
What is S3 One Zone - IA?
S3 One Zone - IA is a storage class for infrequently accessed data that does not require multiple Availability Zones for resiliency, but requires rapid access. A lower cost option to S3 - IA.
What is S3 - Intelligent Tiering?
S3 - Intelligent Tiering is a storage class designed to optimize costs by automatically moving data to the most cost effective access tier without performance impact or operational overhead.
What is S3 Glacier?
S3 Glacier is a secure, durable, and low cost storage class for data archiving. Retrieval times are configurable from minutes to hours.
What is S3 Glacier Deep Archive?
S3 Glacier Deep Archive is S3’s lowest cost storage class where a retrieval time of 12 hours is acceptable.
What is the Availability of S3 - Intelligent Tiering?
99.9%