nerdexam
Amazon

SOA-C03 · Question #26

A company runs several production workloads on Amazon EC2 instances. A SysOps administrator discovered that a production EC2 instance failed a system health check. The SysOps administrator recovered t

The correct answer is A. For each production EC2 instance, create an Amazon CloudWatch alarm for Status Check Failed:. EC2 status checks run every minute and expose a System check metric that indicates hardware or system-level impairment. CloudWatch alarms can trigger on Status Check Failed: System and automatically recover the instance (or take a defined action) without manual intervention, sati

Submitted by the_admin· Mar 5, 2026Monitoring, logging, and remediation

Question

A company runs several production workloads on Amazon EC2 instances. A SysOps administrator discovered that a production EC2 instance failed a system health check. The SysOps administrator recovered the instance manually. The SysOps administrator wants to automate the recovery task of EC2 instances and receive notifications whenever a system health check fails. Detailed monitoring is activated for all of the company's production EC2 instances. Which of the following is the MOST operationally efficient solution that meets these requirements?

Options

  • AFor each production EC2 instance, create an Amazon CloudWatch alarm for Status Check Failed:
  • BOn each production EC2 instance, create a script that monitors the system health by sending a
  • COn each production EC2 instance, create a script that sends network pings to a highly available
  • DOn each production EC2 instance, configure an Amazon CloudWatch agent to collect and send

How the community answered

(62 responses)
  • A
    79% (49)
  • B
    11% (7)
  • C
    3% (2)
  • D
    6% (4)

Explanation

EC2 status checks run every minute and expose a System check metric that indicates hardware or system-level impairment. CloudWatch alarms can trigger on Status Check Failed: System and automatically recover the instance (or take a defined action) without manual intervention, satisfying both the automatic recovery and alerting requirements. This approach minimizes manual steps and scales across many instances, leveraging built-in AWS health signals and standard notification channels. It is also consistent with AWS guidance on using CloudWatch alarms to recover impaired instances and to notify via SNS.

Topics

#CloudWatch alarm#EC2 auto recovery#system health check#SNS notification

Community Discussion

No community discussion yet for this question.

Full SOA-C03 Practice