What is block storage?
Low-latency block-level storage volumes that attach to EC2 instances like physical hard drives.
What is object storage?
a data storage architecture that manages data as objects
What is Amazon’s primary object storage service?
Amazon Simple Storage Service (S3)
What is file storage?
File systems that conform to a protocol such as NFS (Network File System for Linux); typically shared and network-accessible.
Name Amazon’s two primary file storage services
True or False
In a Fully Managed AWS storage service, AWS handles data durability, availability, encryption at rest, and replication.
True. Customer is responsible for data management, access controls, and proper service configuration.
True or False
In a Managed AWS storage service, customers are responsible for data backup strategies, encryption configuration, volume performance optimization, and capacity planning.
True. AWS manages the underlying storage infrastructure, hardware redundancy, and volume replication.
True or False
In an Unmanaged AWS storage service, customers take full responsibility for data management, backup/recovery, encryption, performance optimization, and durability.
True. AWS only maintains the underlying physical hardware and network infrastructure.
Name Amazon’s two primary AWS block storage services
An Amazon EC2 instance store is temporary block-level storage for an EC2 instance. Is this storage persistent or not persistent?
Not persistent. If you stop or terminate an Amazon EC2 instance, all the data written to the attached instance store is deleted.
True or False
Amazon EC2 instance store is physically attached to the EC2 instance host computer.
What are some advantages of Amazon EC2 instance store?
What is a good use of Amazon EC2 instance store?
temporary memory-based storage needs like buffers, caches, and scratch data
What is Amazon Elastic Block Store (EBS)
Persistent block-level storage volumes for use with Amazon EC2 instances.
Fill in the blank
EBS volumes act like ____________
external hard drives
Fill in the blank
You ________ an EBS volume to an EC2 instance.
attach
True or False
You can attach multiple EBS volumes to a single instance.
True. The volume and instance must be in the same Availability Zone.
True or False
To attach an EC2 instance to an EBS volume, both need to be in the same Availability Zone.
True
True or False
When you create an EBS volume, you configure a volume type and the volume size.
True.
Name the two available EBS Volume Types
SSD volume types and HDD volume types.
True or False
You can modify the size or performance of an EBS volume at any time with no downtime.
True. Although your instance must support Elastic Volumes operations.
True or False
An EBS volume can be detached from an EC2 instance and then attached to a different EC2 instance, even with a different instance type.
True. This lets you upgrade or downgrade instances without losing data.
Fill in the blank
EBS volumes can be backed up with Amazon EBS ___________.
Snapshots
Fill in the blank
EBS snapshots reflect the exact state of an EBS volume at a ____________.
Point-in-time