Storage Services Flashcards
What is the maximum size a file can be in S3?
5TB
What is the durability of most S3 storage classes?
99.999999999%
9 9s
Which S3 storage class offers the most durability and availability?
Standard (the default class)
Which S3 storage class has the lowest durability but the same availability as the standard class?
Reduced_Redundancy
Which S3 storage class has the lowest availability?
OneZone_IA (at 99.5%)
How long could it take to retrieve data from Glacier?
12 hours
Which S3 storage class is offered for both frequent and infrequent access?
Intelligent_Tiering
What are the three ways you can control who can access your S3 bucket and how?
Bucket policies
User policies
Bucket and object access control limits
What are the two options for encryption at rest (in regards to S3)?
Server-side encryption (AWS does all the work for you)
Client-side encryption (You are responsible for encryption/decryption)
What are the two types of actions that can be applied to the object life cycle configuration rules?
Transition
Expiration
What is the difference between a vault and an archive?
An archive is a block of information and can hold anywhere from 1 byte to 40TB of data. A vault is a region-specific container that stores archives.
How long does it take to retrieve data with the Expedited option?
Typically 1-5 minutes (costs $0.03/GB)
How long does it take to retrieve data with the Standard option (AWS Glacier)?
Typically 3-4 hours (costs $0.01/GB)
How long does it take to retrieve data with the Bulk option?
Typically 5-12 hours (costs $0.0025/GB)
What is AWS Storage Gateway?
It connects your existing on-premises servers to storage in the AWS cloud using a VM. Think “local storage.”