AWS - Elastic Load BalancingIf a target group has 4 registered targets and 2 are unhealthy, how does the Application Load Balancer handle incoming requests?AIt routes traffic only to the 2 healthy targets, ignoring the unhealthy ones.BIt distributes traffic evenly among all 4 targets regardless of health.CIt stops routing traffic until all targets become healthy.DIt routes traffic only to the first registered target.Check Answer
Step-by-Step SolutionSolution:Step 1: Understand ALB health check behaviorALB routes traffic only to healthy targets in the target group.Step 2: Apply to scenarioWith 2 healthy and 2 unhealthy targets, traffic is sent only to the healthy ones.Final Answer:It routes traffic only to the 2 healthy targets, ignoring the unhealthy ones. correctly describes this behavior.Quick Check:ALB ignores unhealthy targets when routing [OK]Quick Trick: Load balancer sends traffic only to healthy targets [OK]Common Mistakes:MISTAKESAssuming traffic is sent to unhealthy targetsThinking ALB stops routing if any target is unhealthyBelieving traffic goes only to one target
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