AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 35

A company hosts its staging website using an Amazon EC2 instance backed with Amazon EBS storage. The company wants to recover quickly with minimal data losses in the event of network connectivity issues or power failures on the EC2 instance.
Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because creating an Amazon CloudWatch alarm for the StatusCheckFailed System metric allows for immediate recovery of the instance, minimizing downtime and data loss. Options A and B involve scaling and lifecycle management, which do not directly address quick recovery from failures. Option D also focuses on rebooting rather than recovering, which may not resolve the underlying issue.