AWS - Elastic Load BalancingGiven an NLB configured to balance TCP traffic across three targets, what happens if one target becomes unhealthy?ANLB stops sending traffic to the unhealthy target and continues with healthy onesBNLB sends traffic evenly to all targets regardless of healthCNLB shuts down until the unhealthy target recoversDNLB redirects traffic to a backup Application Load BalancerCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand NLB health checksNLB performs health checks and routes traffic only to healthy targets.Step 2: Analyze behavior on unhealthy targetIf a target is unhealthy, NLB excludes it from routing until it recovers.Final Answer:NLB stops sending traffic to the unhealthy target and continues with healthy ones -> Option AQuick Check:Health checks exclude unhealthy targets [OK]Quick Trick: NLB routes only to healthy targets [OK]Common Mistakes:MISTAKESAssuming NLB sends traffic to unhealthy targetsThinking NLB stops completely on failureBelieving NLB redirects to ALB automatically
Master "Elastic Load Balancing" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Lambda - Lambda layers for shared code - Quiz 8hard AWS Lambda - Lambda pricing model - Quiz 14medium Auto Scaling - Predictive scaling overview - Quiz 3easy CloudWatch - Default vs custom metrics - Quiz 15hard DynamoDB - Put, get, and query operations - Quiz 5medium Elastic Load Balancing - Target groups concept - Quiz 2easy RDS and Relational Databases - RDS security (encryption, security groups) - Quiz 4medium RDS and Relational Databases - RDS supported engines - Quiz 14medium SNS and SQS - Sending and receiving messages - Quiz 3easy SNS and SQS - Sending and receiving messages - Quiz 4medium