AWS Certified SysOps Administrator – Associate — Question 86

A SysOps administrator is setting up an automated process to recover an Amazon EC2 instance in the event of an underlying hardware failure. The recovered instance must have the same private IP address and the same Elastic IP address that the original instance had. The SysOps team must receive an email notification when the recovery process is initiated.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct as it uses the StatusCheckFailed_System metric, which is appropriate for detecting system-level failures and triggers the instance recovery while also notifying the SysOps team via SNS. Option A is incorrect because it uses the StatusCheckFailed_Instance metric, which does not align with the requirement. Options C and D involve Auto Scaling groups, which do not guarantee the same private IP and Elastic IP addresses upon recovery as specified in the question.