Recall & Review
beginner
What is a target group in AWS Elastic Load Balancing?
A target group is a set of resources, like EC2 instances or IP addresses, that a load balancer directs traffic to. It helps organize and manage where requests go.
Click to reveal answer
beginner
How does a load balancer use target groups?
The load balancer routes incoming traffic to one or more target groups based on rules. Each target group contains targets that receive the traffic.
Click to reveal answer
intermediate
What types of targets can be registered in a target group?
Targets can be EC2 instances, IP addresses, or Lambda functions, depending on the load balancer type and configuration.
Click to reveal answer
intermediate
Why is health checking important in target groups?
Health checks monitor if targets are healthy and able to handle requests. Unhealthy targets are removed from routing until they recover, ensuring reliable service.
Click to reveal answer
advanced
Can a target group be used by multiple load balancers?
No, a target group can only be used by one load balancer at a time. Each load balancer must have its own target groups to route traffic.
Click to reveal answer
What does a target group in AWS primarily contain?
✗ Incorrect
A target group contains resources like EC2 instances or IP addresses that receive traffic from a load balancer.
Which of the following can NOT be a target in a target group?
✗ Incorrect
S3 buckets cannot be targets in a target group; targets are compute resources or IPs.
What happens if a target in a target group fails health checks?
✗ Incorrect
Unhealthy targets are temporarily removed from routing to avoid sending traffic to failing resources.
Can one target group be associated with multiple load balancers?
✗ Incorrect
A target group can only be associated with one load balancer at a time.
What is the main benefit of using target groups?
✗ Incorrect
Target groups help organize resources and manage how traffic is routed by load balancers.
Explain what a target group is and how it works with a load balancer in AWS.
Think about how a load balancer decides where to send incoming requests.
You got /4 concepts.
Describe the importance of health checks in target groups and what happens when a target is unhealthy.
Consider what happens if a server is down or not responding.
You got /3 concepts.