AWS S3 Flashcards
S3 is good for what kind of files?
Flat Files
What object sizes can S3 store?
0 Bytes to 5 TB (per object)
S3 Bucket names must be:
Globally Unique
What code does your browser receive following a successful S3 upload?
HTTP 200
Name the fundamental parts of an S3 Object:
- Key (Filename)
- Value (Data)
- Version ID
- Metadata
- Sub Resources
What are Amazon’s S3 Guarantees?
- 99.99% Availability
- 99.99999999999% Durability (11 9’s)
What is the S3 data consistency model?
- Read after write consistency for PUTS of new objects.
- Eventual consistency for overwrite PUTS and DELETES
What is S3 Lifecycle Management?
Lifecycle management moves objects between storage tiers based on the objects age.
Does S3 allow versioning?
Yes!
Does S3 Support MFA?
S3 versioning supports MFA for object deletion.
How is S3 data secured?
Data is secured using Access Control Lists and Bucket Policies.
What is S3 Standard?
S3 Standard offers 99.99% availability and 11 9’s of durability. It is designed to sustain the loss of 2 facilities concurrently.
What is S3 - IA?
S3 Infrequently Accessed is a tier that offers lower storage fees than S3 Standard, but higher data retrieval fees.
What is S3 One Zone - IA?
S3 One Zone Infrequently Accessed has lower data storage fees than S3 - IA, but does not provide multi-AZ resilience.
What is S3 - Glacier?
S3 Glacier provides low cost data archival. The retrieval time for data in Glacier can be range from minutes to hours.
What is S3 - Glacier Deep Archive?
S3 Glacier Deep Archive is the cheapest S3 storage option. Data retrieval time is 12 hours.
What affects S3 charges?
- Storage
- Number of Requests
- Tier Pricing
- Data Transfers
- Use of Transfer Acceleration
- Use of Cross-Region Replication
What is Cross-Region Replication?
The automatic replication of bucket objects from one zone to another zone.
What is Transfer Acceleration?
Transfer Acceleration utilizes CloudFront’s system of global edge locations to quickly route data from users to the S3 bucket over Amazon’s backbone network.