AWS Certified DevOps Engineer – Professional — Question 31

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 a CloudWatch alarm for the StatusCheckFailed_System metric and selecting the EC2 action to recover the instance allows for quick recovery from system-level issues. Options A and B do not provide a direct mechanism for recovery during outages, while option D only reboots the instance instead of recovering it, which may not address the underlying problem effectively.