S3 Flashcards
What is the durability of S3?
99.(11 9’s)%
Which storage class should you choose if you can afford for 0.5% of data to be lost?
S3 One Zone-IA provides 99.5% availability
Which storage class of S3 has the highest availability?
S3 Standard at 99.99%
What is the minimum file size you can store in S3?
0 bytes
What is the minimum storage duration for S3 Intelligent Tiering, Standard-IA and One Zone-IA?
30 days
What is the minimum storage duration for S3 Glacier?
90 days
Which glacier retrieval option would you choose to fetch a lot of data within 12 hours?
Glacier Bulk
How long does it take to fetch data from Glacier using Standard retrieval?
3-5 hours
What kind of policy would you implement to control access to an object in S3?
ACL
What kind of policy would you implement to determine access at a bucket level?
Bucket Policy
What three types of encryption can you use to encrypt S3 objects?
Amazon SSE-S3, AWS SSE-KMS and AWS SSE-C, or you can just encrypt before you upload the file
True or False: Once enabled, you cannot disable S3 versioning?
True
How would you grant console and programmatic access to an S3 bucket or object to another account?
Create a cross-account role
How might you speed up uploads to S3 if, for instance, you have a lot of data to upload and are located in a remote geographic location with poor bandwidth?
Use S3 Transfer Acceleration, which takes advantage of AWS Edge Locations part of the CloudFront network to upload over an optimized network path.
What can you do to upload a file larger than 5GB?
Use multipart uploads, which is recommended for files larger than 100MB anyway.