0
0
AWScloud~5 mins

Health checks configuration in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the purpose of a health check in AWS?
A health check monitors the status of resources like servers or load balancers to ensure they are working properly. If a resource fails the health check, AWS can stop sending traffic to it.
Click to reveal answer
beginner
Name two types of health checks used in AWS Elastic Load Balancing.
1. HTTP/HTTPS health checks: They send a request to a specific URL path and expect a response.<br>2. TCP health checks: They check if a TCP connection can be established on a port.
Click to reveal answer
intermediate
What does the 'Healthy threshold' setting control in a health check?
It defines how many consecutive successful health checks are needed before considering a resource healthy again.
Click to reveal answer
intermediate
Why is the 'Interval' setting important in health checks?
It sets how often AWS performs the health check. A shorter interval means faster detection of failures but more network traffic.
Click to reveal answer
beginner
What happens if a resource fails the health check 'Unhealthy threshold' times?
AWS marks the resource as unhealthy and stops sending traffic to it until it passes health checks again.
Click to reveal answer
Which AWS service commonly uses health checks to route traffic?
AIAM
BS3 Bucket
CCloudWatch Logs
DElastic Load Balancer
What does a TCP health check verify?
AIf a TCP connection can be established on a port
BIf the DNS resolves correctly
CIf the server CPU is under 80%
DIf a web page returns status 200
If the 'Unhealthy threshold' is set to 3, how many failed checks mark a resource unhealthy?
A1
B3
C2
D4
What is a benefit of setting a shorter health check interval?
AFaster failure detection
BLess network traffic
CLonger resource downtime
DReduced CPU usage
Which protocol is NOT typically used for AWS health checks?
AHTTP
BTCP
CFTP
DHTTPS
Explain how AWS uses health checks to maintain application availability.
Think about how AWS decides where to send user requests.
You got /4 concepts.
    Describe the key settings you configure when setting up a health check in AWS.
    Consider what AWS needs to know to check if a resource is working.
    You got /6 concepts.