Route 53 - Health Checks Flashcards

1
Q

What are the three types of health checks available in Route 53?

A

Endpoint Health Check: Monitors a public resource (e.g., a load balancer or server).

Calculated Health Check: Combines the results of multiple health checks into a single health check.

CloudWatch Alarm Health Check: Monitors a CloudWatch Alarm, useful for private resources.

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

How do Endpoint Health Checks work?

A

AWS uses ~15 global health checkers to send requests to a public endpoint. If a majority of checkers receive a healthy response (e.g., 200 OK), the resource is considered healthy.

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

What protocols are supported by Route 53 health checks?

A

HTTP, HTTPS, and TCP.

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

What is the difference between regular and fast health checks in Route 53?

A

Regular Health Checks: Check every 30 seconds.
Fast Health Checks: Check every 10 seconds (higher cost).

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

What is a Calculated Health Check?

A

A health check that combines the results of multiple child health checks using logical conditions (AND, OR, NOT).

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

How can Route 53 monitor private resources like instances in a private VPC?

A

By creating a CloudWatch Metric, setting up a CloudWatch Alarm, and associating the alarm with a Route 53 health check.

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

What network configuration is necessary for Endpoint Health Checks to work?

A

The health checkers must have access to the endpoint, so you need to allow incoming requests from the IP ranges of Route 53 health checkers.

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

Where can you view metrics for Route 53 health checks?

A

In CloudWatch Metrics.

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