What is Amazon EBS ( Elastic Block Store )
It’s a service the provides block level storage volumes for use with Amazon EC2 instances
What do Amazon EBS volumes behave like ?
Like Raw, unformatted external block devices
How Many instances can you attach a single EBS volume to ?
Only ONE instance at a time
What can you do with an EBS volume on an EC2 instance ?
You can MOUNT an EBS volume on an EC2 instance
How Many EBS volumes can you attach on an EC2 instance ?
Multiple EBS volumes can be on the same instance
What measured latency does an EBS volume provide when mounted on an instance ?
Singe-digit millisecond latency
What enables a EBS volume to provide single-digit latency ?
When an EBS volume is mounted on an EC2 instance.
What are EBS volume designed for and useful for ?
For throughput and
Transaction intensive workloads at any scale.
What does Amazon EBS offer regarding data ?
Data persistence
What is Amazon EBS Data Persistence ?
All the data on an attached Amazon EBS volume remains available even after you have STOPPED or TERMINATE an EC2 instance.
What is SSD-backed Storage used for
It’s optimized for transactional workloads which involve frequent read/write operations with small I/O size.
Eg.
Databases and Boot volumes
What are the TWO Amazon EBS Volume Types ?
What Storage volumes provides the Highest Performance ?
SSD-backed Storage:
provisioned IOPS SSD io1 and io2
What storage volumes is best for Latency sensitive Transactional workloads
SSD-backed Storage:
provisioned IOPS SSD io1 and io2
What storage volumes balance price and performance for a wide variety of transactional data.
SSD-backed Storage:
General Purpose SSD Volumes
gp3
gp2
What does gp3 volumes enable customers to do ?
It enables customers to provision performance independent of storage capacity.
What does SSD-backed volumes depend primarily on ?
IOPS ( input/output operations per sec )
What is HDD-backed Storage used for ?
it’s used for throughput-intensive workloads
Eg.
MapReduce
Datawarehouse
log processing
What volumes are used in HDD-backed storage ?
Throughput Optimized HDD:
st1
sc1
What are HDD-backed st1 volumes used for ?
For frequently accessed throughput-intensive workloads
What are HDD-backed sc1 volumes used for ?
What does HDD-backed storage depend primarily on ?
On Throughput measured by Megabytes per second
Maximum size for SSD-Backed Storage Provisioned IOPS io1 ?
16TB
Maximum size for SSD-Backed Storage Provisioned IOPS io2 ?
64 TB