A document portal requires consistent high IOPS for a transactional database on EC2. Which EBS volume type is most suitable? The design must avoid adding custom operational scripts.
io2 is designed for business-critical workloads requiring consistent high IOPS and durability.
Why this answer
Provisioned IOPS SSD volumes (io2) are designed for latency-sensitive transactional workloads that require consistent, high IOPS. They deliver a predictable performance level with a 99.9% durability guarantee, making them ideal for a database on EC2 without needing custom scripts to manage performance.
Exam trap
The trap here is that candidates often confuse throughput-optimized HDD (st1) with IOPS-optimized SSD, failing to recognize that transactional databases require low-latency random I/O, not high sequential throughput.
How to eliminate wrong answers
Option A is wrong because sc1 Cold HDD volumes are optimized for large, sequential workloads with low cost, not for high IOPS or transactional databases. Option B is wrong because instance store volumes are ephemeral and data is lost on instance stop/termination, requiring custom operational scripts to manage data persistence. Option D is wrong because st1 Throughput Optimized HDD volumes are designed for high-throughput, sequential access patterns (e.g., big data, log processing) and cannot deliver the consistent low-latency IOPS required for transactional databases.