EC2 Instance Status Checks and Auto Recovery Flashcards

1
Q

What are EC2 Instance Status Checks?

A

EC2 Instance Status Checks are automated checks that monitor and evaluate the underlying hardware and software of your running EC2 instances to ensure they are operating as expected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How many types of status checks are there?

A

There are two types of status checks: System Status Checks and Instance Status Checks. System Status Checks monitor the AWS infrastructure hosting your instance, while Instance Status Checks monitor the software and network configuration of your individual instance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What actions can be taken if an instance fails a status check?

A

If an instance fails a status check, you can stop and start the instance, which migrates it to a new host in the case of System Status Checks, or you can troubleshoot the instance’s software or network configuration for Instance Status Checks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Auto Recovery for EC2 Instances?

A

Auto Recovery is an Amazon EC2 feature designed to increase instance availability. When an instance becomes impaired due to an underlying hardware failure, Auto Recovery can automatically recover the instance on a new host with minimal disruption.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How is Auto Recovery set up for an EC2 instance?

A

Auto Recovery can be set up by creating an Amazon CloudWatch alarm. This alarm monitors an EC2 instance and automatically triggers the recovery action if the instance becomes impaired due to hardware issues.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the prerequisites for an instance to be eligible for Auto Recovery?

A

Instances must be in an Auto Recovery supported instance family, use EBS-backed volumes, and be within an Auto Recovery-supported Availability Zone. Also, there must be sufficient capacity and the instance type must be supported.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the benefits of using Auto Recovery for instances?

A

Auto Recovery helps reduce downtime for your critical applications by automatically recovering from underlying hardware failures, thus improving resilience and availability without manual intervention.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Can Auto Recovery move an instance to a different Availability Zone?

A

No, Auto Recovery will attempt to recover the instance in the same Availability Zone. It does not migrate instances across Availability Zones.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What happens to the instance’s public IP address during Auto Recovery?

A

During Auto Recovery, the instance’s public IP address will change unless it has an Elastic IP address associated with it. Elastic IP addresses are reassociated with the instance post recovery.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How can you monitor the Auto Recovery process?

A

You can monitor the Auto Recovery process through Amazon CloudWatch alarms. CloudWatch will send notifications when the recovery process is triggered and when it completes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly