Courseiva
Design of SAP Workloads on AWSmediumMultiple SelectObjective-mapped

SAP HANA Storage Performance — High Throughput & Low Latency

A company is designing an SAP HANA database on AWS. The database requires high throughput and low latency for data volumes. Which TWO AWS features should be used to meet these requirements? (Choose two.)

Quick Answer

This scenario asks for two AWS features that together deliver both high throughput and low latency for SAP HANA data volumes, which reflects the fact that HANA's storage performance depends on more than just the volume type alone - the instance's network path to that storage matters just as much. Enabling EBS optimization on the EC2 instance dedicates network bandwidth specifically to EBS traffic, separating it from other network activity on the instance, which removes a source of contention that could otherwise introduce variability into HANA's storage I/O even if the underlying volume itself is fast. Pairing that with EBS io2 Block Express volumes for the HANA data volume addresses the other half of the equation at the storage layer itself, since io2 Block Express is built to deliver very high IOPS with sub-millisecond, consistent latency, which is what a demanding in-memory database workload needs from its persistent storage. The reason both matter together is that a fast volume type connected through a network path that's competing with other traffic can still end up bottlenecked, and conversely, a dedicated network path to a volume type that can't sustain high IOPS doesn't solve the underlying performance problem either. This is a useful pattern to recognize generally: AWS storage performance for demanding databases is often a combination of an instance-level setting, EBS optimization, and a volume-level choice, a high-performance volume type, and questions asking for two features to meet a throughput-and-latency requirement are often testing whether you understand that both layers need to be addressed together.

⚠ Common exam trap

A common mix-up: candidates confuse 'high throughput' with 'high IOPS' and choose gp3 volumes (Option A) for their cost-effectiveness, failing to recognize that SAP HANA's performance requirements exceed gp3's maximum capabilities, while io2 Block Express is the only EBS volume type designed for such demanding workloads.

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

Enable EBS optimization on the EC2 instance.

Enabling EBS optimization on an EC2 instance dedicates network bandwidth to EBS I/O, eliminating contention between network and storage traffic, which is critical for SAP HANA's high-throughput, low-latency requirements. Option E is correct because EBS io2 Block Express volumes provide up to 256,000 IOPS per volume with sub-millisecond latency, meeting the demanding performance needs of SAP HANA data volumes.

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 EBS gp3 volumes for the HANA data volume.

    Why it's wrong here

    gp3 is general purpose; io2 is better for HANA.

  • Use EC2 instance store volumes for the HANA data volume.

    Why it's wrong here

    Instance store volumes are ephemeral and do not persist data across EC2 instance stops or terminations, making them unsuitable for the durable, high-throughput HANA data volume that must survive reboots and maintain data integrity. This option is tempting because instance store offers very low latency and high I/O performance for temporary, cache-like workloads, and would be correct for SAP HANA’s `/hana/log` volume where data loss is acceptable on instance failure.

  • Store HANA data on Amazon S3 with S3 Express One Zone.

    Why it's wrong here

    S3 is object storage and not suitable for HANA data volumes.

  • Enable EBS optimization on the EC2 instance.

    Why this is correct

    EBS optimization provides dedicated network throughput for EBS traffic.

  • Use EBS io2 Block Express volumes for the HANA data volume.

    Why this is correct

    io2 Block Express volumes offer high performance, low latency, and high durability.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

About these practice questions

This PAS-C01 question is part of Courseiva's 1,616-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

2 more ways 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. A company is designing storage for an SAP HANA database on AWS. The database requires high throughput and low latency for data files. Which storage solution should be used for SAP HANA data volumes?

easy
  • A.Amazon EBS gp3 or io2 volumes
  • B.Amazon S3
  • C.EC2 Instance Store
  • D.Amazon EFS

Why A: Amazon EBS gp3 or io2 volumes are the correct choice for SAP HANA data volumes because they provide the high throughput, low latency, and consistent IOPS required for SAP HANA's in-memory database operations. gp3 offers baseline performance with the ability to scale independently, while io2 provides provisioned IOPS for critical workloads, both meeting SAP's certification requirements for HANA on AWS.

Variation 2. A company is migrating its SAP HANA database to AWS. The SAP HANA database requires high throughput and low latency for data persistence. Which AWS storage solution should be used for the HANA data volume to meet performance requirements?

medium
  • A.Use Amazon FSx for Lustre as primary persistent storage for HANA data.
  • B.Use Provisioned IOPS SSD (io1 or io2) EBS volumes for the data volume.
  • C.Use General Purpose SSD (gp2) EBS volumes for the data volume.
  • D.Use Throughput Optimized HDD (st1) EBS volumes for the data volume.

Why B: SAP HANA is an in-memory database that relies on persistent storage for data volume writes during savepoints and log writes. Provisioned IOPS SSD (io1 or io2) EBS volumes deliver consistent, low-latency performance with configurable IOPS, which is required to meet SAP HANA's strict throughput and latency SLAs. AWS specifically certifies io1/io2 EBS volumes for SAP HANA data volumes in production environments.

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.