0
0
AWScloud~5 mins

Listener rules and routing in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AChecks for connection requests and forwards them based on rules
BStores data for the load balancer
CCreates virtual machines
DMonitors server CPU usage
Which condition can be used in listener rules to route traffic?
AUser IP address
BServer CPU load
CURL path
DDatabase size
If no listener rule matches a request, where is the traffic sent?
ATo the first target group created
BDropped immediately
CTo a random server
DTo the default target group
How are listener rules evaluated?
ABy priority order, first match applies
BRandomly
CAlphabetically by target group name
DBy server load
What protocol and port does a listener use?
AAlways HTTPS on port 443
BSpecified by the user, e.g., HTTP on port 80
CFTP on port 21
DSMTP on port 25
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.