Recall & Review
beginner
What is a listener in AWS Elastic Load Balancer?
A listener is a process that checks for connection requests using a specific protocol and port. It forwards requests to target groups based on rules.
Click to reveal answer
beginner
What do listener rules do in AWS load balancing?
Listener rules define how incoming requests are routed to target groups based on conditions like URL path or host headers.
Click to reveal answer
beginner
Name two common conditions used in listener rules for routing.
Path-based routing (URL path) and host-based routing (domain name) are common conditions to decide where to send traffic.
Click to reveal answer
intermediate
What happens if no listener rule matches an incoming request?
The request is routed to the default target group specified in the listener configuration.
Click to reveal answer
intermediate
Why is the order of listener rules important?
Rules are evaluated in priority order. The first matching rule is applied, so order controls which rule takes effect when multiple match.
Click to reveal answer
What does a listener in AWS Elastic Load Balancer do?
✗ Incorrect
A listener waits for connection requests on a port and protocol and forwards them to target groups based on rules.
Which condition can be used in listener rules to route traffic?
✗ Incorrect
Listener rules commonly use URL path or host headers to route traffic.
If no listener rule matches a request, where is the traffic sent?
✗ Incorrect
Requests not matching any rule go to the default target group set in the listener.
How are listener rules evaluated?
✗ Incorrect
Listener rules have priorities; the first rule that matches the request is used.
What protocol and port does a listener use?
✗ Incorrect
Listeners are configured with a protocol and port like HTTP on 80 or HTTPS on 443.
Explain how listener rules control routing in AWS Elastic Load Balancer.
Think about how requests are matched and sent to servers.
You got /5 concepts.
Describe what happens when a request arrives at a load balancer listener with multiple rules.
Focus on the order and matching process.
You got /5 concepts.