AWS - Elastic Load BalancingWhich AWS load balancer should you choose if you want to route HTTP requests based on URL paths?AGateway Load BalancerBNetwork Load Balancer (NLB)CClassic Load BalancerDApplication Load Balancer (ALB)Check Answer
Step-by-Step SolutionSolution:Step 1: Understand ALB routing capabilitiesALB can route HTTP/HTTPS traffic based on content like URL paths or host headers.Step 2: Compare with NLB capabilitiesNLB routes at the network level and does not inspect HTTP content for routing.Final Answer:Application Load Balancer (ALB) -> Option DQuick Check:Content-based routing = ALB [OK]Quick Trick: Use ALB for HTTP content routing, not NLB [OK]Common Mistakes:Choosing NLB for HTTP content routingConfusing Classic Load Balancer with ALBAssuming NLB can inspect HTTP headers
Master "Elastic Load Balancing" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - Request and response mapping - Quiz 5medium API Gateway - API Gateway throttling - Quiz 10hard Auto Scaling - Predictive scaling overview - Quiz 6medium CloudWatch - Default vs custom metrics - Quiz 12easy DynamoDB - Put, get, and query operations - Quiz 4medium Elastic Load Balancing - Cross-zone load balancing - Quiz 5medium Elastic Load Balancing - SSL/TLS termination - Quiz 13medium RDS and Relational Databases - Parameter groups and option groups - Quiz 4medium SNS and SQS - SNS and SQS integration pattern (fan-out) - Quiz 10hard SNS and SQS - Sending and receiving messages - Quiz 5medium