List of questions
Related questions
Question 11 - CLF-C02 discussion
An application is running on multiple Amazon EC2 instances. The company wants to make the application highly available by configuring a load balancer with requests forwarded to the EC2 instances based on URL paths.
Which AWS load balancer will meet these requirements and take the LEAST amount of effort to deploy?
3 comments
Edited 19 days ago
B correct. ALB is highly available, fully managed, and takes minimal effort to deploy compared to custom solutions or other types of load balancers. It integrates easily with Amazon EC2 instances and other AWS services.
Edited 19 days ago
B. Application Load Balancer
Edited 19 days ago
Application Load Balancer (ALB) is designed specifically for this purpose. It allows you to route incoming requests based on URL paths, HTTP headers, HTTP methods, query parameters, and source IP addresses.