Question 888 of 1,546
Monitoring, Logging, and RemediationmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is to create a CloudWatch alarm on the StatusCheckFailed metric and configure an EC2 recovery action. This is correct because when a system status check fails—indicating a problem with the underlying physical host—the recovery action automatically restarts the instance on a new healthy host, preserving its instance ID, private IP, and Elastic IP. For an instance already in an Auto Scaling group, this is far more efficient than letting Auto Scaling terminate and replace it, which would lose those identifiers and take longer. On the AWS Certified SysOps Administrator Associate SOA-C02 exam, this question tests your understanding of the distinction between system and instance status checks, and the common trap is assuming Auto Scaling alone handles all recovery scenarios. Remember: system failure means the host is bad, so recover the instance; instance failure means the OS is bad, so terminate and let Auto Scaling replace. A useful memory tip is “System = Server, Recover; Instance = OS, Replace.”

SOA-C02 Monitoring, Logging, and Remediation Practice Question

This SOA-C02 practice question tests your understanding of monitoring, logging, and remediation. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A SysOps administrator notices that an EC2 instance's status check fails intermittently. The instance is part of an Auto Scaling group. What is the most efficient way to automatically recover the instance?

Question 1mediummultiple choice
Full question →

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

Create a CloudWatch alarm on StatusCheckFailed and configure an EC2 recovery action.

Option B is correct because creating a CloudWatch alarm on the StatusCheckFailed metric and configuring an EC2 recovery action (using the 'recover' alarm action) automatically restarts the instance on a new underlying host if a system status check fails. This is the most efficient recovery method for an instance in an Auto Scaling group, as it preserves the instance ID, private IP, and Elastic IP, while Auto Scaling handles only instance replacement if the instance is terminated.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Increase the Auto Scaling group's cooldown period.

    Why it's wrong here

    Cooldown does not recover instances; it only controls scaling.

  • Create a CloudWatch alarm on StatusCheckFailed and configure an EC2 recovery action.

    Why this is correct

    Recovery action automatically recovers the instance on the same private IP and metadata.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Terminate the instance and wait for Auto Scaling to launch a new one.

    Why it's wrong here

    This is reactive and may cause longer downtime.

  • Place the instance in a different Availability Zone.

    Why it's wrong here

    Manually moving zones does not automate recovery.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse instance recovery with Auto Scaling replacement, thinking termination and relaunch is the default or only option, but EC2 recovery is a separate, more efficient mechanism that preserves instance identity and is directly configurable via CloudWatch alarms.

Detailed technical explanation

How to think about this question

EC2 recovery actions use the 'aws:ec2:recover' action in CloudWatch alarms, which triggers a host migration while preserving the instance ID, private IP, Elastic IP, and instance store data (if applicable). The recovery is only possible for instances with supported instance types (e.g., C3, C4, M3, M4, R3, R4, T2) and requires the instance to be in a VPC (not EC2-Classic). In Auto Scaling groups, this recovery avoids the scaling process entirely, reducing downtime from minutes to seconds.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SOA-C02 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SOA-C02 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SOA-C02 question test?

Monitoring, Logging, and Remediation — This question tests Monitoring, Logging, and Remediation — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Create a CloudWatch alarm on StatusCheckFailed and configure an EC2 recovery action. — Option B is correct because creating a CloudWatch alarm on the StatusCheckFailed metric and configuring an EC2 recovery action (using the 'recover' alarm action) automatically restarts the instance on a new underlying host if a system status check fails. This is the most efficient recovery method for an instance in an Auto Scaling group, as it preserves the instance ID, private IP, and Elastic IP, while Auto Scaling handles only instance replacement if the instance is terminated.

What should I do if I get this SOA-C02 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 24, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This SOA-C02 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 SOA-C02 exam.