AWS - Elastic Load BalancingYou configure an NLB with TCP listeners on port 443 and enable proxy protocol. What is the expected behavior when clients connect?ANLB terminates SSL and forwards HTTP requests to targetsBNLB routes traffic based on URL pathsCNLB forwards TCP traffic preserving client IP with proxy protocol headersDNLB drops UDP packets on port 443Check Answer
Step-by-Step SolutionSolution:Step 1: Understand NLB with TCP and proxy protocolNLB forwards TCP traffic and can preserve client IP using proxy protocol headers.Step 2: Exclude other behaviorsSSL termination and HTTP routing are ALB features; UDP is unrelated here.Final Answer:NLB forwards TCP traffic preserving client IP with proxy protocol headers -> Option CQuick Check:NLB TCP proxy protocol = preserves client IP [OK]Quick Trick: NLB forwards TCP with client IP via proxy protocol [OK]Common Mistakes:MISTAKESAssuming SSL termination on NLBExpecting URL routing on NLBConfusing UDP with TCP behavior
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 10hard AWS Lambda - Lambda layers for shared code - Quiz 13medium Auto Scaling - Auto Scaling with ELB integration - Quiz 8hard DynamoDB - Time to live (TTL) for expiration - Quiz 1easy DynamoDB - Why DynamoDB for NoSQL - Quiz 9hard DynamoDB - Tables, items, and attributes - Quiz 9hard Elastic Load Balancing - Health checks configuration - Quiz 11easy Elastic Load Balancing - Network Load Balancer (NLB) - Quiz 11easy RDS and Relational Databases - RDS pricing considerations - Quiz 14medium SNS and SQS - SNS topics and subscriptions - Quiz 7medium