What Three Components Are Needed for SAP NetWeaver ABAP High Availability on AWS?
An SAP administrator needs to ensure high availability for SAP NetWeaver ABAP stack on AWS. Which three components should be configured in a multi-AZ active/passive cluster? (Select THREE.)
Quick Answer
When a question asks which components need protection in a multi-AZ active/passive cluster for the SAP NetWeaver ABAP stack, it's really asking which parts of the architecture hold state that would be lost or corrupted on failover if not specifically replicated or made cluster-aware. The database instance is one of those components because it holds all persistent business data - if it isn't part of the highly available cluster design, a failure there takes down the entire system regardless of how resilient the application layer is. The Enqueue Replication Server (ERS) is another, because it continuously replicates the lock table from the primary ASCS instance to the standby node; without that replication, a failover would force all currently locked resources to be released, which can produce data inconsistencies or broken transactions for users who were mid-process at the time of failure. The pattern to notice is that the NetWeaver ABAP stack has more than one place where state lives outside the application servers themselves - the database and the enqueue lock table are both examples - and each needs its own explicit high-availability treatment in a cluster, rather than assuming that clustering the application servers alone is sufficient. Whenever you see a select-THREE question about NetWeaver high availability, expect the answer to include the database, the ASCS and ERS pairing, and possibly shared storage, since those are the classic single points of failure in this architecture.
⚠ Common exam trap
AWS often tests the misconception that all SAP components must be in an active/passive cluster for high availability, but only stateful components like ASCS, ERS, and the database require this; stateless components like SAP Gateway and Dialog instances can be distributed across AZs in an active/active manner.
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
✓
Enqueue Replication Server (ERS).
The Enqueue Replication Server (ERS) is a critical component in an SAP NetWeaver ABAP stack active/passive cluster because it replicates the lock table from the primary ASCS instance to the standby node. In a multi-AZ setup, this ensures that if the primary ASCS fails, the standby can take over with minimal disruption, as the lock state is preserved. Without ERS, a failover would require all locked resources to be released, causing data inconsistencies or application errors.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Enqueue Replication Server (ERS).
Why this is correct
ERS works with ASCS for failover.
- ✓
ABAP SAP Central Services (ASCS).
Why this is correct
ASCS is a single point of failure and must be clustered.
- ✓
Database instance.
Why this is correct
Database is critical and must be highly available.
- ✗
SAP Gateway.
Why it's wrong here
Gateway is part of the application layer.
- ✗
Dialog instances.
Why it's wrong here
Dialog instances are stateless and can be spread across AZs.
Go deeper
Related to this question
About these practice questions
One of 1,616 original PAS-C01 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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 administrator needs to configure high availability for SAP NetWeaver AS ABAP. They plan to use AWS services. Which combination of services is required?
medium- ✓ A.Amazon EFS and Pacemaker on EC2
- B.AWS Global Accelerator and Auto Scaling
- C.Elastic Load Balancing and Amazon Route 53
- D.Amazon EBS Multi-Attach volumes
Why A: SAP NetWeaver AS ABAP high availability on AWS requires shared storage for the /sapmnt and /usr/sap/trans directories, which Amazon EFS provides via NFSv4, and a cluster manager like Pacemaker on EC2 to orchestrate failover between the primary and secondary application servers. This combination ensures that the SAP central services (ASCS and ERS) can fail over seamlessly in the event of an instance or availability zone failure.
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.