AWS - Elastic Load BalancingIf cross-zone load balancing is enabled on an Application Load Balancer, what happens when one zone has no healthy instances?ATraffic is dropped for that zone's requestsBTraffic is routed only to healthy instances in other zonesCTraffic is evenly sent to all zones regardless of healthDLoad balancer shuts down until all zones have healthy instancesCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand ALB behavior with cross-zone enabledALB routes traffic only to healthy instances, even if cross-zone load balancing is enabled.Step 2: Check what happens if a zone has no healthy instancesTraffic is routed to healthy instances in other zones, not dropped or evenly sent to unhealthy zones.Final Answer:Traffic is routed only to healthy instances in other zones -> Option BQuick Check:ALB cross-zone skips unhealthy instances [OK]Quick Trick: Traffic never goes to unhealthy instances even with cross-zone [OK]Common Mistakes:Assuming traffic is dropped if a zone is unhealthyThinking traffic is sent evenly regardless of healthBelieving load balancer stops if any zone is unhealthy
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