of test questions related to EBS
4-5
EBS
Elastic Block Store
- storage volumes you can attach to your EC2 instances
What are ways you can use EBS?
Use them the same way you would use any system disk
Can EBS be used for mission critical data?
Yes, it is highly available = automatically replicated within a single AZ to protect against hardware failures
How much downtime is required to increase capacity or change volume type?
No downtime required - it is scalable.
- You can make changes without downtime or performance impact
IOPS
Input/Output per second
GP2
General Purpose Solid State (SSD)
GP3
General Purpose SSD
- predictable
- can scale up for an additional fee
(don’t need to know the IOPS or MiB/s for the exam)
What is GP2 good for?
What is GP3 good for?
- mySQL, Cassandra, virtual desktops, Hadoop analytics
How much faster is the top performance of GP3 over GP2?
GP3 is 4x faster than the max throughput of GP2 volumes
io1
Provisioned IOPS SSD - (PIOPS)
What is io1 (PIOPS) good for?
io2
Provisioned IOPS SSD
What is io2 (PIOPS) good for?
st1
ST1 - Throughput Optimized Hard Disk Drive
What is st1 good for?
Which types of EBS cannot be boot volumes?
st1 and sc1
sc1
sc1 - Cold Hard Disk Drive
What is sc1 good for?
- for applications where lowest cost is needed when performance is not a factor
IOPS basics
IOPS:
Throughput basics
Throughput:
EBS volume
a virtual hard disk
- need a minimum of 1 volume per EC2 instance for the OS “root device volume”
EBS Snapshot
an S3 snapshot is a point-in-time copy/backup of the volume