Elastic Load Balancing Algorithms
Elastic Load Balancing Algorithms determine how the load balancer distributes incoming traffic across the registered instances. AWS supports two types of load balancing algorithms: 1. Round Robin: This is a default method, where each instance gets an equal distribution of traffic, ensuring balanced…
AWS Certified Solutions Architect - Elastic Load Balancing Algorithms Example Questions
Test your knowledge of Elastic Load Balancing Algorithms
Question 1
In AWS, an Application Load Balancer is distributing HTTP(S) traffic to a homogeneous fleet of targets. During peak traffic, users see higher response times due to request queuing at busy targets. Which load-balancing algorithm should be selected to minimize per-request latency by routing new requests to the least busy target?
Question 2
A media streaming platform delivers HLS/DASH video over HTTPS and uses Amazon CloudFront for global edge delivery. In each AWS Region, it needs a load balancer that terminates HTTPS, performs path/host-based routing to separate microservices (such as video origin, authentication, and API), and supports canary or blue/green deployments by sending traffic to different sets of targets. Which Elastic Load Balancer configuration best fits these requirements?
Question 3
You host a game lobby over HTTPS where clients connect via HTTP(S)/WebSocket to a single load balancer endpoint. Each request includes a region code in the URL path (for example, /region/eu or /region/na). You maintain separate target groups for each region and need the load balancer to route requests to the correct target group based on the path. Which Elastic Load Balancer configuration should you use?