Easy1 markMultiple Choice
AWS SAA-C03 · Question 24 · Domain 2.1: Scalable Architectures
A company has a microservices architecture running on Amazon ECS. They need to route HTTP/HTTPS traffic to different services based on the URL path (e.g., /api/users goes to the User service, /api/orders goes to the Order service). Which load balancer should they use?
A company has a microservices architecture running on Amazon ECS. They need to route HTTP/HTTPS traffic to different services based on the URL path (e.g., /api/users goes to the User service, /api/orders goes to the Order service). Which load balancer should they use?
Answer options:
A.
Network Load Balancer (NLB)
B.
Application Load Balancer (ALB)
C.
Classic Load Balancer (CLB)
D.
Gateway Load Balancer (GWLB)
How to approach this question
Look for 'URL path' routing. This requires Layer 7 inspection, which is the domain of the Application Load Balancer.
Full Answer
B.Application Load Balancer (ALB)✓ Correct
Application Load Balancers operate at the request level (Layer 7) and can route traffic based on the content of the request, such as the URL path or host header.
Common mistakes
Choosing NLB for web traffic routing.
Practice the full AWS SAA-C03 Practice Exam 7
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team needs...MediumQ02An application runs on Amazon EC2 instances and needs to access an Amazon S3 bucket. What is the ...EasyQ03A company wants to implement federated access to the AWS Management Console for its employees usi...MediumQ04A company is building a mobile application that requires users to sign in using their social medi...EasyQ05A security team wants to enforce MFA for all IAM users before they can terminate EC2 instances. H...Medium
Expert