SAP HANA Disaster Recovery Strategies
A company is designing a disaster recovery solution for SAP HANA on AWS. The primary site is in us-east-1, and the DR site is in us-west-2. Which TWO strategies can be used to replicate HANA data to the DR region? (Choose TWO.)
Quick Answer
This question is testing whether you understand that SAP HANA disaster recovery across AWS Regions can be achieved through two fundamentally different layers of replication, and that both are legitimate. SAP HANA System Replication (HSR) in asynchronous mode is the native, database-level mechanism: the primary system ships log and data changes to a secondary HANA instance without waiting for acknowledgment, which keeps performance impact on the primary low even over the longer network distance between us-east-1 and us-west-2. The second valid strategy here is AWS Database Migration Service, which works at a different layer entirely - it continuously captures changes from the source HANA database and applies them to a target HANA instance in the DR region, achieving near-real-time replication without relying on HANA's own replication features. Recognizing both as correct means understanding that DR replication doesn't have to come from a single tool; a native database feature and an AWS data-movement service can both satisfy the same requirement, just through different mechanisms. The key discriminator for HSR is the ASYNC mode specifically, since synchronous replication over a cross-country distance would introduce unacceptable latency to the primary. When a question asks for cross-region HANA DR strategies and offers a mix of native HANA features and AWS services, expect more than one to be valid, provided each independently delivers a consistent replicated copy of the data.
⚠ Common exam trap
Watch out — candidates often assume any backup or replication tool (like EBS snapshots or S3 replication) can serve as a DR solution for SAP HANA, but they fail to recognize that HANA requires database-consistent, log-based replication to maintain ACID compliance and avoid data corruption during failover.
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
✓
Use AWS Database Migration Service (DMS) for ongoing replication
AWS Database Migration Service (DMS) can be used for ongoing replication of SAP HANA data to a DR region by continuously capturing changes from the source HANA database and applying them to a target HANA instance in us-west-2. DMS supports HANA as both source and target, enabling near-real-time replication without requiring native HANA replication features. Additionally, SAP HANA System Replication (HSR) with ASYNC mode is a native HANA feature that replicates data at the database level asynchronously to a secondary system in the DR region. HSR ASYNC minimizes performance impact on the primary and provides a consistent database copy for failover. Both strategies are valid for cross-region disaster recovery of SAP HANA on AWS.
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 AWS Database Migration Service (DMS) for ongoing replication
Why this is correct
DMS can perform continuous replication to a target database in DR.
- ✓
Use SAP HANA System Replication (HSR) with ASYNC mode
Why this is correct
HSR can replicate across regions with ASYNC mode.
- ✗
Copy EBS snapshots to the DR region using AWS CLI
Why it's wrong here
EBS snapshots are not real-time replication and may have data loss.
- ✗
Configure S3 Cross-Region Replication for HANA data files
Why it's wrong here
HANA data files are on EBS, not S3.
- ✗
Use AWS CloudEndure Disaster Recovery
Why it's wrong here
CloudEndure is for server-level replication, not optimized for HANA.
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. A company is designing a disaster recovery (DR) strategy for its SAP landscape on AWS. The DR site must be in a different AWS Region. Which TWO options can be used to replicate the SAP HANA database to the DR Region? (Choose TWO.)
medium- A.Amazon RDS Multi-Region replica
- B.Amazon S3 Cross-Region Replication for HANA backup files
- ✓ C.AWS Database Migration Service (DMS) with ongoing replication
- ✓ D.SAP HANA System Replication across Regions
- E.Amazon EBS snapshot copy to the DR Region
Why C: AWS DMS with ongoing replication can continuously replicate SAP HANA database changes to a target HANA instance in another Region using change data capture (CDC), enabling near-real-time synchronization for DR purposes. Option D is correct because SAP HANA System Replication can be configured across AWS Regions to replicate the HANA database synchronously or asynchronously, providing a native disaster recovery solution. Both methods are valid for replicating SAP HANA to a different AWS Region.
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.