Quiz - Chapter 5 - S3 Overview Flashcards
True or False? S3 buckets are global
FALSE
S3 buckets are Region-specific, and are therefore not global.
How does availability and durability differ in S3?
- Availability is the ability to access your data
- Durability is the ability of AWS to ensure your data is properly stored in S3.
- The distinction between availability and durability lies in your ability to access your data versus AWS’s ability to store your data
What is the average retrieval time for objects stored in Glacier?
3 - 5 hours
The Standard version of Glacier allows you to retrieve objects in 3-5 hours.
If you have data that needs to be instantly retrievable, but it’s not likely to be needed anytime soon, which S3 storage class would you select?
S3 Standard-IA
S3 Standard-IA is meant for data that is not accessed frequently, but when it is accessed, requires rapid retrieval.
Your boss instructs you to open up all of your company’s S3 buckets so they can download content when they are at home. What do you do?
Explain to your boss that this is a terrible idea and opens up huge security risks for your company.
True or False? You can create an S3 lifecycle policy to migrate objects from Glacier to Standard-IA.
FALSE
- Lifecycle policies can’t work backwards.
- You can use a lifecycle policy to migrate objects from the more frequently accessed storage classes to the longer-term options, but not the other way around.
What kind of data should be stored in S3 Standard?
Data that is frequently used should be stored in S3 Standard