AWS - Elastic Load BalancingWhy might cross-zone load balancing cause uneven latency in some AWS regions?ABecause it caches responses causing stale data delaysBBecause cross-zone load balancing disables health checksCBecause it forces all traffic through a single zone's instancesDBecause traffic crosses zones, network latency varies by zone distanceCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand network latency impactCross-zone load balancing sends traffic across zones, which may have different physical distances causing latency differences.Step 2: Evaluate other optionsCross-zone does not disable health checks, does not force traffic through one zone, and does not cache responses.Final Answer:Because traffic crosses zones, network latency varies by zone distance -> Option DQuick Check:Cross-zone traffic = possible latency variance [OK]Quick Trick: Cross-zone traffic may increase latency due to zone distances [OK]Common Mistakes:Thinking health checks are disabledAssuming traffic is forced through one zoneBelieving caching causes latency here
Master "Elastic Load Balancing" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - API deployment and stages - Quiz 3easy API Gateway - API Gateway throttling - Quiz 10hard AWS Lambda - Event triggers for Lambda - Quiz 10hard AWS Lambda - Event triggers for Lambda - Quiz 13medium Auto Scaling - Auto Scaling with ELB integration - Quiz 13medium CloudWatch - Why monitoring matters - Quiz 5medium RDS and Relational Databases - Parameter groups and option groups - Quiz 12easy RDS and Relational Databases - Parameter groups and option groups - Quiz 6medium SNS and SQS - Why messaging services matter - Quiz 10hard SNS and SQS - Why messaging services matter - Quiz 2easy