exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 186 discussion

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?

  • A. Create an Amazon CloudWatch alarm for the EC2 instance, and specify the StatusCheckFailed_Instance metric. Add an EC2 action to the alarm to recover the instance. Add an alarm notification to publish a message to an Amazon Simple Notification Service (Amazon SNS) topic. Subscribe the SysOps team email address to the SNS topic.
  • B. Create an Amazon CloudWatch alarm for the EC2 instance, and specify the StatusCheckFailed_System metric. Add an EC2 action to the alarm to recover the instance. Add an alarm notification to publish a message to an Amazon Simple Notification Service (Amazon SNS) topic. Subscribe the SysOps team email address to the SNS topic.
  • C. Create an Auto Scaling group across three different subnets in the same Availability Zone with a minimum, maximum, and desired size of 1. Configure the Auto Scaling group to use a launch template that specifies the private IP address and the Elastic IP address. Add an activity notification for the Auto Scaling group to send an email message to the SysOps team through Amazon Simple Email Service (Amazon SES).
  • D. Create an Auto Scaling group across three Availability Zones with a minimum, maximum, and desired size of 1. Configure the Auto Scaling group to use a launch template that specifies the private IP address and the Elastic IP address. Add an activity notification for the Auto Scaling group to publish a message to an Amazon Simple Notification Service (Amazon SNS) topic. Subscribe the SysOps team email address to the SNS topic.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
tyfta6
Highly Voted 1 year, 11 months ago
Selected Answer: B
Answer is B You can create an Amazon CloudWatch alarm that monitors an Amazon EC2 instance and automatically recovers the instance if it becomes impaired due to an underlying hardware failure or a problem that requires AWS involvement to repair. Terminated instances cannot be recovered. A recovered instance is identical to the original instance, including the instance ID, private IP addresses, Elastic IP addresses, and all instance metadata. If the impaired instance has a public IPv4 address, the instance retains the public IPv4 address after recovery. If the impaired instance is in a placement group, the recovered instance runs in the placement group. When the StatusCheckFailed_System alarm is triggered, and the recover action is initiated, you will be notified by the Amazon SNS topic that you selected when you created the alarm and associated the recover action. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html
upvoted 8 times
...
james2033
Highly Voted 8 months, 3 weeks ago
Selected Answer: B
Option A like Option B so much, I read many time to see the different. Read careful at https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-system-instance-status-check.html 'StatusCheckFailed_System' and 'Hardware issues on the physical host that impact network reachability' --> Related to hardware --> Choose B. Option A: 'StatusCheckFailed_Instance' related to kernal (Operation system software), networking, memory, file system.
upvoted 5 times
...
stoy123
Most Recent 8 months, 3 weeks ago
Selected Answer: B
ans. B
upvoted 2 times
...
r2c3po
10 months, 3 weeks ago
Selected Answer: D
By using an Auto Scaling group, you can achieve automated recovery in the event of an underlying hardware failure. A launch template allows you to specify the private IP address and the Elastic IP address for the recovered instance, ensuring consistency with the original instance. Activity notifications for the Auto Scaling group can be configured to publish messages to an Amazon SNS topic. Subscribing the SysOps team email address to the SNS topic ensures that the team receives email notifications when the recovery process is initiated.
upvoted 2 times
...
smanzana
1 year, 3 months ago
Why not A???….. StatusCheckFailed_Instance metric focuses in hardware failures versus StatusCheckFailed_System metric focuses on issues at the operating system level …..and the question says “in the event of a hardware failure”
upvoted 2 times
xSohox
1 year, 2 months ago
No, the right answer is B. instance check failure is related to Software or Networking issues on your instance system check failure related to underlying hardware, etc. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-system-instance-status-check.html
upvoted 2 times
...
...
Christina666
1 year, 3 months ago
Selected Answer: B
System status checks monitor the AWS systems on which your instance runs. These checks detect underlying problems with your instance that require AWS involvement to repair. When a system status check fails, you can choose to wait for AWS to fix the issue, or you can resolve it yourself.
upvoted 3 times
Christina666
1 year, 3 months ago
A recovered instance is identical to the original instance, including the instance ID, private IP addresses, Elastic IP addresses, and all instance metadata. If the impaired instance has a public IPv4 address, the instance retains the public IPv4 address after recovery. If the impaired instance is in a placement group, the recovered instance runs in the placement group. During instance recovery, the instance is migrated as part of an instance reboot, and any data that is in-memory is lost.
upvoted 3 times
...
Christina666
1 year, 3 months ago
Instance status checks monitor the software and network configuration of your individual instance. Amazon EC2 checks the health of the instance by sending an address resolution protocol (ARP) request to the network interface (NIC). These checks detect problems that require your involvement to repair. When an instance status check fails, you typically must address the problem yourself (for example, by rebooting the instance or by making instance configuration changes). The following are examples of problems that can cause instance status checks to fail: Failed system status checks Incorrect networking or startup configuration Exhausted memory Corrupted file system Incompatible kernel If an instance status check fails, we increment the StatusCheckFailed_Instance metric.
upvoted 3 times
...
...
HSHan
1 year, 4 months ago
Isn't this D? I don't know what is the difference between A to B.
upvoted 1 times
maddyr
1 year, 3 months ago
For h/w failure - system check For v/m or o/s failure - instance check
upvoted 2 times
...
...
guillaume01210
1 year, 5 months ago
Selected Answer: B
where to ask the site to fix the preset answer ?
upvoted 2 times
...
michaldavid
1 year, 11 months ago
Selected Answer: B
bbbbbb
upvoted 2 times
...
Xelnak
1 year, 12 months ago
Selected Answer: B
To automatically recover an instance when a system status check failure occurs, you can use the default configuration of the instance or create an Amazon CloudWatch alarm. If an instance becomes unreachable because of an underlying hardware failure or a problem that requires AWS involvement to repair, the instance is automatically recovered. A recovered instance is identical to the original instance, including the instance ID, private IP addresses, Elastic IP addresses, and all instance metadata. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Managing.Backtrack.html
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago