An e-commerce company has launched a new application and determined that it needs to perform load distribution for http and https traffic because of the increased traffic during the monthly discount days. Which Load Balancer would be suitable?
Click on the arrows to vote for the correct answer
A. B. C. D.Answer: C.
Option A is INCORRECT.
Classic Load Balancer operates at request and connection level and provides basic load balancing.
Option B is INCORRECT.
Legacy Load Balancer is an invalid option.
Option C is CORRECT.
Application Load Balancer is apt for http and https traffic load balancing.
Application load balancer operates at layer 7.
Option D is INCORRECT.
Network Load Balancer is apt for TCP, UDP, TLS traffic load balancing and helps provide extreme performance.
Reference:
https://aws.amazon.com/elasticloadbalancing/#:~:text=Elastic%20Load%20Balancing%20automatically%20distributes,or%20across%20multiple%20Availability%20Zones.For an e-commerce company that needs to perform load distribution for http and https traffic due to increased traffic during monthly discount days, the suitable load balancer would be the Application Load Balancer (ALB).
Explanation:
Therefore, the Application Load Balancer (ALB) is the most suitable load balancer for the given scenario. It is designed to handle HTTP/HTTPS traffic and provides advanced features like content-based routing, host- and path-based routing, and WebSocket traffic, making it well-suited for an e-commerce company that needs to handle increased traffic during monthly discount days.