
Ultimate access to all questions.
A company hosts a web application on AWS. The company has improved the availability of its application by provisioning multiple Amazon EC2 instances. The company wants to distribute its traffic across the EC2 instances while providing a single point of contact to the web clients. Which AWS service can distribute the traffic to multiple EC2 instances as targets?
Explanation:
The Application Load Balancer (ALB) is the correct AWS service for this scenario because:
The Application Load Balancer is specifically designed to distribute traffic across multiple EC2 instances while presenting a single endpoint to clients, making it ideal for improving application availability and scalability.