Medium1 markMultiple Choice
AWS SAA-C03 · Question 21 · Domain 2.1: Scalable Architectures
A company is designing a highly scalable web application. The application will receive HTTP and HTTPS traffic and needs to route requests to different target groups based on the URL path. Which AWS service should the solutions architect recommend?
A company is designing a highly scalable web application. The application will receive HTTP and HTTPS traffic and needs to route requests to different target groups based on the URL path. Which AWS service should the solutions architect recommend?
Answer options:
A.
Network Load Balancer (NLB)
B.
Application Load Balancer (ALB)
C.
Gateway Load Balancer (GWLB)
D.
Amazon Route 53
How to approach this question
Match 'HTTP/HTTPS' and 'URL path routing' with Application Load Balancer (Layer 7).
Full Answer
B.Application Load Balancer (ALB)✓ Correct
Application Load Balancer (ALB)
An Application Load Balancer functions at the application layer (Layer 7) of the OSI model. It supports content-based routing, allowing you to route requests to different target groups based on the URL path, host header, HTTP headers, or query string parameters.
Common mistakes
Choosing NLB, which is for ultra-high performance TCP/UDP traffic but lacks Layer 7 routing.
Practice the full AWS SAA-C03 Practice Exam 1
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 wants...MediumQ02A solutions architect is designing an application that will run on Amazon EC2 instances. The appl...EasyQ03A company wants to implement a federated identity solution for its employees to access the AWS Ma...MediumQ04A mobile application needs to access Amazon DynamoDB directly to read user-specific data. The app...HardQ05A company is hosting a web application on Amazon EC2 instances. The application connects to an Am...Medium
Expert