What is Block Level Storage?
A file being a series of bytes that are stored in blocks on disc. When a file is updated, the whole series of blocks aren’t all overwritten. Instead, it updates just the pieces that change
What are Instance Store Volumes
Provides temporary block-level storage for an Amazon EC2 instance where the instance is physically attached to host
Types of Block Level Storage
When do you use Instance Store Volumes?
Use Cases for Instance Store Volumes
What is Amazon Elastic Block Store (EBS)?
Provides block-level storage volumes that you can use with Amazon EC2 instances. If you stop or terminate an Amazon EC2 instance, all the data on the attached EBS volume remains available.
What are the requirements that need to be define to create an EBS Volume?
What is a Snapshot?
Incremental Backups on Amazon EBS
What is Amazon Simple Storage Service (S3)?
Store and retrieve an unlimited amount of data
Components of an Object
Each object consists of data, metadata, and a key.
S3 stores data as an __?
Object
Objects are stored in __?
Buckets
True or False: You can create object versions
True
True or False: You can only create a single bucket
False
Factors in selecting a Storage Class
Types of Storage Classes
What is an S3 Standard Storage Class?
Provides high availability for objects and designed for frequently accessed data
How many AZs are S3 standard storage classes in?
At least 3 AZ
What is S3 standard durability
Eleven 9’s
Use Cases for S3 Standard storage Class
What is an S3 Standard-Infrequent Access (S3 Standard IA) Storage Class?
Use Cases for S3 Standard-Infrequent Access (S3 Standard IA) Storage Class
What is an S3 One Zone-Infrequent Access (S3 One Zone-IA)?
Ideal for data infrequently accessed but requires high availability when needed but only located within one AZ
Use Case for S3 One Zone-Infrequent Access (S3 One Zone-IA) Storage Class
You can easily reproduce your data in the event of an Availability Zone failure