Practice free →
HomeAWS Solutions Architect Associatecloudcomputingresilientarchitectures › When designing a multi-tier web app on AWS, whic…

When designing a multi-tier web app on AWS, which AWS Load Balancer type best fits an HTTP/HTTPS workload that needs path-based routing and host-based routing?

ANetwork Load Balancer (NLB)
BClassic Load Balancer (CLB)
CGateway Load Balancer (GWLB)
DApplication Load Balancer (ALB)
Answer & Solution
Correct answer: D. Application Load Balancer (ALB)
ALB operates at layer 7 (HTTP/HTTPS) and supports path / host / header routing. NLB is layer 4 (TCP/UDP). GWLB is for inserting layer-3 security appliances. CLB is the legacy product.
Solve this in the app — AWS Solutions Architect Associate practice & 24k+ MCQs →
Related questions