Elastic Load Balancing
Elastic Load Balancing (ELB) is an AWS service that automatically distributes incoming application traffic across multiple Amazon EC2 instances to balance the workload. This helps ensure high availability and fault tolerance by distributing the traffic to healthy instances and routing it away from …
AWS Certified Solutions Architect - Elastic Load Balancing Example Questions
Test your knowledge of Elastic Load Balancing
Question 1
An e-commerce website is experiencing a sudden increase in traffic during a promotional event. The developers need to maintain high availability for the application while ensuring the system uses resources efficiently. Which Elastic Load Balancer configuration meets these requirements?
Question 2
An application running on EC2 instances behind an Application Load Balancer (ALB) now uses WebSocket (ws/wss) for real-time communication. WebSocket connections are disconnecting after a short period. What change should you make on the ALB to ensure stable WebSocket connections?
Question 3
A company has an application running on EC2 instances behind a Network Load Balancer (NLB). The instances need to be updated, but the company wants to avoid downtime. What is the recommended approach?