Load Balancer Listeners
Listeners are components of Elastic Load Balancers that take incoming requests and distribute them to one or more registered backend instances. They are configured with a protocol and port number for incoming connections, along with a default rule defining how to route requests to target instances.…
AWS Certified Solutions Architect - Load Balancer Listeners Example Questions
Test your knowledge of Load Balancer Listeners
Question 1
You need to configure SSL offloading on an AWS Classic Load Balancer for a web application whose EC2 instances listen on port 80. Which listener configuration implements SSL offloading so that the load balancer terminates TLS and forwards plaintext traffic to the instances?
Question 2
You have recently migrated your application to AWS, and it's now using an Application Load Balancer for distributing incoming client requests. Your application has dynamic content and requires a sticky session. What action should you take?
Question 3
Your e-commerce application is fronted by an Application Load Balancer (ALB). The security team reports a surge in malicious HTTP requests, including SQL injection and cross-site scripting attempts, as well as occasional HTTP floods that are degrading performance. You need an inline control on the ALB to inspect and block these application-layer attacks. Which security feature should you enable to most effectively reduce the likelihood of these incidents?