Reduce I/O Latency for SAP HANA: Switch to io2 Block Express
An SAP administrator notices that the SAP HANA database on an EC2 instance is experiencing high I/O latency. The instance is using EBS gp2 volumes. Which change would most effectively reduce I/O latency for the SAP HANA data volume?
Quick Answer
High I/O latency on EBS gp2 volumes for a SAP HANA data volume is a classic symptom of gp2's performance model, where throughput and IOPS are tied to volume size and a burst-credit mechanism, so sustained heavy I/O can exhaust burst capacity and leave the workload running at a much lower baseline performance with higher latency. Switching to io2 Block Express addresses this at the root because it's built for consistently high, predictable performance rather than burstable performance - it delivers sub-millisecond latency and can scale up to 256,000 IOPS per volume, values that gp2 simply isn't designed to sustain. That predictability matters specifically for SAP HANA because the database is highly sensitive to I/O latency for its data and log persistence operations; inconsistent or degraded storage performance translates directly into slower transaction processing and query response times. The key distinction to hold onto between the two volume types is that gp2 is a general-purpose volume type suited for a broad range of workloads with moderate, bursty I/O needs, while io2 Block Express is purpose-built for the most demanding, latency-sensitive, high-IOPS workloads, which is exactly the category SAP HANA falls into for production use. Whenever a question describes high latency or inconsistent performance on gp2 volumes for a demanding database workload like HANA, expect the fix to involve moving to a higher-performance, provisioned-IOPS volume type like io2 Block Express rather than tuning the existing volume.
⚠ Common exam trap
It's easy for candidates to assume increasing gp2 volume size or using RAID 0 will solve latency issues, but these approaches do not address the fundamental lack of consistent low-latency performance that io2 Block Express provides.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Switch to io2 Block Express EBS volumes for the data volume.
Io2 Block Express volumes provide consistent, high-performance IOPS with sub-millisecond latency, which is critical for SAP HANA data volumes. Unlike gp2, which relies on burst credits and has variable performance, io2 Block Express delivers predictable low latency and up to 256,000 IOPS per volume, directly addressing the high I/O latency issue.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Use instance store SSDs for the SAP HANA data volume.
Why it's wrong here
Instance store is ephemeral and not suitable for persistent data.
- ✓
Switch to io2 Block Express EBS volumes for the data volume.
Why this is correct
io2 Block Express provides sub-millisecond latency and high IOPS.
- ✗
Increase the size of the EBS gp2 volume to increase baseline IOPS.
Why it's wrong here
This may help but not optimal for latency-sensitive SAP HANA.
- ✗
Configure RAID 0 across multiple gp2 volumes.
Why it's wrong here
RAID 0 increases throughput but latency remains similar.
Go deeper
Related to this question
About these practice questions
Courseiva writes every PAS-C01 question from scratch — 1,616 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on PAS-C01
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. An SAP system administrator is designing the storage layout for an SAP HANA database on AWS. The HANA data volume requires 5000 IOPS and 250 MB/s throughput. Which EBS volume type and configuration should be used to meet these requirements cost-effectively?
medium- A.Use a single gp3 volume with 5000 IOPS and 250 MB/s throughput
- B.Use a single sc1 volume with 5000 IOPS and 250 MB/s throughput
- C.Use a single st1 volume with 5000 IOPS and 250 MB/s throughput
- ✓ D.Use a single io1 volume with 5000 provisioned IOPS and 250 MB/s throughput
Why D: Io1 (provisioned IOPS) volumes can deliver up to 64,000 IOPS and 1,000 MB/s throughput per volume, and you can provision exactly 5,000 IOPS and achieve 250 MB/s throughput (since for io1, throughput scales with IOPS at 256 KB block size, 5,000 IOPS × 256 KB = 1,280 MB/s, but the volume size and instance bandwidth cap it; however, io1 is the only EBS type that guarantees both provisioned IOPS and throughput independently for SAP HANA, which requires consistent low-latency performance).
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This PAS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PAS-C01 exam.