Medium1 markMultiple Choice
AWS SAP-C02 · Question 47 · Domain 3.4: Reliability Improvement
A company is running a critical database on an EC2 instance. They want to ensure that if the underlying hardware fails, the instance is automatically recovered on new hardware with the same IP address, EBS volume attachments, and instance ID. What is the simplest way to achieve this?
A company is running a critical database on an EC2 instance. They want to ensure that if the underlying hardware fails, the instance is automatically recovered on new hardware with the same IP address, EBS volume attachments, and instance ID. What is the simplest way to achieve this?
Answer options:
A.
Put the instance in an Auto Scaling group with a minimum size of 1.
B.
Create an Amazon CloudWatch alarm for the StatusCheckFailed_System metric and add an EC2 Auto Recovery action.
C.
Use AWS Backup to restore the instance automatically upon failure.
D.
Enable Multi-AZ for the EC2 instance.
How to approach this question
Identify the feature that recovers an instance with its exact identity intact.
Full Answer
B.Create an Amazon CloudWatch alarm for the StatusCheckFailed_System metric and add an EC2 Auto Recovery action.✓ Correct
Create an Amazon CloudWatch alarm for the StatusCheckFailed_System metric and add an EC2 Auto Recovery action.
EC2 Auto Recovery (triggered by a CloudWatch alarm on StatusCheckFailed_System) reboots the instance on new underlying hardware while retaining its Instance ID, IP addresses, and EBS volume attachments.
Common mistakes
Choosing Auto Scaling, which replaces the instance entirely.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 2
75 questions · hints · full answers · grading
More questions from this exam
Q01A company is setting up a multi-account AWS environment using AWS Organizations. They need to ens...EasyQ02An enterprise needs to connect its on-premises data center to AWS. They require a dedicated, priv...EasyQ03A company wants to share a single AWS Transit Gateway across multiple AWS accounts within their A...EasyQ04An architect needs to design a highly available database architecture that spans multiple AWS Reg...EasyQ05A global financial institution is migrating its core banking application to AWS. The application ...Medium
Expert