EBS Flashcards
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
- to create a file system
- run a database
- run an operating system
- to store data
- install applications
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)
- a balance of price and performance
- 99.9% durability
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?
- Good for boot volumes or development & test applications that are not latency sensitive
- 99.9% durability
What is GP3 good for?
- applications that require high performance at low cost
- 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)
- the most expensive
- high performance options
- 99.9% durability
What is io1 (PIOPS) good for?
- if you need more than 16,000 IOPS
- I/O-intensive applications
- large databases
- latency-sensitive workloads/transactions
io2
Provisioned IOPS SSD
- latest generation
- higher durability - 99.999%
- same price as io1
What is io2 (PIOPS) good for?
- I/O-intensive apps
- large databases
- latency-sensitive workloads
- applications that need high durability
- transactions
st1
ST1 - Throughput Optimized Hard Disk Drive
- low cost HDD volume
- maximum throughput of 500 MB/s per volume