Configure EC2 Auto Recovery for SAP Instances
A company wants to automatically recover an SAP HANA database EC2 instance if it becomes impaired due to underlying hardware issues. Which THREE components are required for this automatic recovery?
Quick Answer
EC2 Auto Recovery is a feature with specific mechanics, and this question is testing whether you know what actually has to be in place for it to work rather than what would generally be desirable for availability. The trigger mechanism is a CloudWatch alarm watching the StatusCheckFailed metric - when that check indicates the underlying hardware is impaired, the alarm is what initiates the recovery process automatically. Beyond that trigger, the instance itself has to be explicitly configured for EC2 Auto Recovery as a prerequisite; it isn't a behavior that applies to every EC2 instance by default. The third required piece is understanding a specific constraint of the feature rather than an additional component to add: EC2 Auto Recovery operates within a single Availability Zone, recovering the instance onto new underlying hardware in the same AZ it was already running in, rather than failing it over to a different AZ. That's an important distinction from HA architectures like Multi-AZ database deployments or cross-AZ clustering, which are designed specifically to survive an entire AZ going down - Auto Recovery instead addresses the case where the specific hardware host beneath an instance fails, while the AZ itself remains available. An Elastic IP isn't a required component either; if one is already associated with the instance, it gets remapped automatically as a side effect, but it isn't part of what needs to be configured to enable recovery. The pattern to remember is that Auto Recovery is a same-AZ, hardware-failure remedy, not a cross-AZ high-availability mechanism.
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
✓
A CloudWatch alarm that monitors the StatusCheckFailed metric.
A CloudWatch alarm monitoring the StatusCheckFailed metric triggers the EC2 Auto Recovery process when the instance becomes impaired. Option B is correct because the instance must be explicitly configured for EC2 Auto Recovery; this is a prerequisite for automatic recovery. Option C is correct because EC2 Auto Recovery operates within a single Availability Zone; the instance is recovered in the same AZ. Option D is incorrect because multiple Availability Zones are not used—this feature does not support multi-AZ recovery. Option E is incorrect because an Elastic IP address is not required for automatic recovery; if an Elastic IP is associated, it will be remapped automatically, but it is not a component of the recovery configuration.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
A CloudWatch alarm that monitors the StatusCheckFailed metric.
Why this is correct
The alarm triggers the recovery action.
- ✓
An instance that is configured for EC2 Auto Recovery.
Why this is correct
Auto Recovery must be enabled (default).
- ✓
A single Availability Zone deployment.
Why this is correct
The instance must be in one AZ for recovery.
- ✗
Multiple Availability Zones for the instance.
Why it's wrong here
EC2 Auto Recovery works within a single AZ.
- ✗
An Elastic IP address associated with the instance.
Why it's wrong here
Elastic IP is not required for recovery.
Go deeper
Related to this question
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 →
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 running SAP on AWS and wants to automatically recover an unhealthy EC2 instance that hosts their SAP application. Which AWS feature should they configure to automatically restart the instance in the same Availability Zone if it fails?
easy- A.Cluster Placement Group
- B.Auto Scaling group
- ✓ C.EC2 Auto Recovery
- D.Lifecycle Hook
Why C: (EC2 Auto Recovery) is correct because EC2 Auto Recovery automatically recovers an impaired EC2 instance in the same Availability Zone, which matches the requirement. Option A is wrong because a Cluster Placement Group is a logical grouping of instances within a single AZ to achieve low-latency network performance, not for automatic recovery. Option B is wrong because an Auto Scaling group is used for scaling and replacing instances based on demand, but it may launch instances in different AZs, not necessarily the same AZ. Option D is wrong because a Lifecycle Hook is used to perform custom actions when instances are launched or terminated by Auto Scaling, not for automatic recovery of a single instance.
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.