AWS - Elastic Load BalancingYou configured an NLB but notice it is not distributing UDP traffic as expected. What is the most likely cause?AHealth checks are disabled for the target groupBThe target group is configured for TCP instead of UDPCNLB does not support UDP trafficDNLB requires HTTP listeners for UDP trafficCheck Answer
Step-by-Step SolutionSolution:Step 1: Check protocol configurationNLB supports UDP, but the target group must be set to UDP to handle UDP traffic.Step 2: Identify misconfigurationIf the target group is set to TCP, UDP traffic won't be routed correctly.Final Answer:The target group is configured for TCP instead of UDP -> Option BQuick Check:Target group protocol must match traffic [OK]Quick Trick: Match target group protocol to traffic type [OK]Common Mistakes:Thinking NLB does not support UDPIgnoring target group protocol settingsAssuming health checks cause traffic issues
Master "Elastic Load Balancing" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - API keys and usage plans - Quiz 4medium API Gateway - API keys and usage plans - Quiz 13medium CloudWatch - Alarm actions (SNS, Auto Scaling) - Quiz 12easy DynamoDB - Why DynamoDB for NoSQL - Quiz 13medium Elastic Load Balancing - Listener rules and routing - Quiz 4medium Elastic Load Balancing - Health checks configuration - Quiz 8hard Elastic Load Balancing - Listener rules and routing - Quiz 11easy RDS and Relational Databases - Launching an RDS instance - Quiz 8hard SNS and SQS - Sending and receiving messages - Quiz 2easy SNS and SQS - SQS queue concept - Quiz 8hard