0
0
AWScloud~5 mins

Target groups concept in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AA list of resources to receive traffic
BSecurity rules for instances
CUser access policies
DBilling information
Which of the following can NOT be a target in a target group?
AS3 bucket
BEC2 instance
CLambda function
DIP address
What happens if a target in a target group fails health checks?
AIt continues to receive traffic
BIt is terminated automatically
CIt is removed from routing until healthy
DIt is replaced by a new instance
Can one target group be associated with multiple load balancers?
AYes
BNo
COnly with Classic Load Balancers
DOnly with Network Load Balancers
What is the main benefit of using target groups?
AMonitoring billing costs
BEncrypting data in transit
CStoring user credentials
DOrganizing and managing traffic routing
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.