AWS - Elastic Load BalancingGiven a target group with 3 registered targets, two healthy and one unhealthy, how will the load balancer route traffic?AIt sends traffic only to the two healthy targetsBIt sends traffic equally to all three targetsCIt sends traffic only to the unhealthy targetDIt stops sending traffic until all targets are healthyCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand health check impactLoad balancers route traffic only to targets marked healthy by health checks.Step 2: Apply to given targetsWith two healthy and one unhealthy, traffic goes only to the two healthy targets.Final Answer:It sends traffic only to the two healthy targets -> Option AQuick Check:Traffic routes only to healthy targets [OK]Quick Trick: Load balancer skips unhealthy targets [OK]Common Mistakes:MISTAKESAssuming traffic goes to all targets regardless of healthThinking traffic stops if any target is unhealthyConfusing unhealthy targets with backup targets
Master "Elastic Load Balancing" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes CloudWatch - CloudWatch metrics - Quiz 10hard CloudWatch - Default vs custom metrics - Quiz 2easy DynamoDB - Partition key and sort key - Quiz 7medium DynamoDB - Scan vs query performance - Quiz 1easy DynamoDB - Creating a DynamoDB table - Quiz 4medium Elastic Load Balancing - Cross-zone load balancing - Quiz 1easy RDS and Relational Databases - Launching an RDS instance - Quiz 5medium SNS and SQS - SNS notification types (email, SMS, Lambda) - Quiz 12easy SNS and SQS - Standard vs FIFO queues - Quiz 13medium SNS and SQS - SNS topics and subscriptions - Quiz 13medium