1
You need to route traffic to Amazon EC2 instances based on URL paths (e.g., '/api' vs '/static'). Which load balancer type should you use?
Network Load Balancer
Amazon CloudFront
Application Load Balancer
Proxy servers
View Explanation
✓ Correct Answer: Application Load BalancerExplanation:Application Load Balancer operates at Layer 7 (application layer) and supports advanced routing based on URL paths, hostnames, and headers.