Courseiva
Design of SAP Workloads on AWShardMultiple SelectObjective-mapped

EC2 Instance Selection for SAP HANA — Key Factors

Which THREE factors must be considered when choosing an EC2 instance type for SAP HANA production workloads?

Quick Answer

Choosing an EC2 instance type for production SAP HANA comes down to matching the instance's characteristics to what an in-memory database actually needs to run reliably, and memory (RAM) size is the most fundamental of those factors because HANA keeps its working data set resident in memory rather than reading it from disk on every query - insufficient RAM means the database simply cannot hold the data it needs to operate, regardless of how fast the compute or storage is. Beyond raw memory, HANA also depends on consistent, low-latency I/O for persisting data changes and writing transaction logs, since even an in-memory database still needs durable storage for recovery and crash consistency. That's why EBS-optimized instances matter as another selection factor: dedicating network bandwidth specifically to EBS traffic prevents that storage I/O from competing with other network activity on the instance, which keeps log and data persistence performance predictable rather than variable under load. Together, these considerations point to a broader principle for sizing any in-memory database on AWS: you have to think about memory capacity for holding the working set, and separately about I/O consistency for the persistence layer, since a shortfall in either one can cause production problems even if the other is well provisioned. Whenever a question asks what to consider when picking an instance type for HANA, expect the answer set to span both memory sizing and I/O or network characteristics rather than compute power alone.

⚠ Common exam trap

Many exam-takers assume burstable instances (T3) are suitable for any workload due to their cost-effectiveness, but SAP HANA requires sustained performance and SAP certification, which T3 instances lack.

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

EBS-optimized support for consistent I/O

SAP HANA is an in-memory database that requires consistent, low-latency I/O for data persistence and log writes. EBS-optimized instances dedicate network bandwidth to EBS traffic, eliminating contention with other network traffic and ensuring predictable I/O performance, which is critical for production SAP HANA workloads.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Burstable CPU performance (T3 instances)

    Why it's wrong here

    Burstable not suitable for production.

  • GPU compute capability

    Why it's wrong here

    HANA does not use GPU.

  • EBS-optimized support for consistent I/O

    Why this is correct

    Necessary for HANA performance.

  • SAP certification of the instance type

    Why this is correct

    Only certified instances are supported.

  • Memory (RAM) size required by SAP HANA

    Why this is correct

    HANA is memory-bound.

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 →

How Courseiva writes practice questions · Editorial policy

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. Which THREE factors should be considered when choosing an EC2 instance type for SAP HANA? (Choose three.)

hard
  • A.The instance must have enough memory to fit the HANA database.
  • B.The instance must support high network throughput for data replication.
  • C.The instance should have GPU accelerators for faster query processing.
  • D.The instance must have local instance store volumes for data persistence.
  • E.The instance type must be listed in the SAP HANA hardware directory for AWS.

Why A: SAP HANA is an in-memory database that loads the entire dataset into RAM for processing. The EC2 instance must have sufficient memory to accommodate the HANA database size, including overhead for system tables and temporary data, as specified in the SAP HANA memory sizing guidelines.

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.