AWS - Elastic Load BalancingIf a load balancer health check fails on one server, what happens to the traffic meant for that server?ATraffic is redirected to healthy serversBTraffic is lost and not processedCTraffic is sent to the failing server anywayDTraffic is stored for later processingCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand load balancer health checksLoad balancers monitor server health and avoid sending traffic to unhealthy servers.Step 2: Identify traffic behavior on health check failureTraffic is redirected to only healthy servers to maintain service availability.Final Answer:Traffic is redirected to healthy servers -> Option AQuick Check:Failed health check = Traffic rerouted [OK]Quick Trick: Unhealthy servers don't get traffic [OK]Common Mistakes:Assuming traffic is lostSending traffic to failing serversStoring traffic instead of redirecting
Master "Elastic Load Balancing" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - Lambda integration - Quiz 4medium API Gateway - API deployment and stages - Quiz 12easy API Gateway - API Gateway throttling - Quiz 7medium API Gateway - REST API creation - Quiz 2easy AWS Lambda - Lambda pricing model - Quiz 14medium Auto Scaling - Scaling policies (target tracking, step, simple) - Quiz 13medium Auto Scaling - Scheduled scaling - Quiz 7medium DynamoDB - DynamoDB capacity modes (on-demand, provisioned) - Quiz 9hard SNS and SQS - Dead letter queues - Quiz 6medium SNS and SQS - SQS queue concept - Quiz 10hard