AWS - Elastic Load BalancingWhat is the expected outcome if the health check port is set incorrectly in a target group configuration?ATargets will be marked healthy regardless of actual status.BAll targets will be marked unhealthy, causing no traffic to be routed.CThe load balancer will ignore health checks and route traffic normally.DOnly targets on the correct port will be marked unhealthy.Check Answer
Step-by-Step SolutionSolution:Step 1: Role of health check portThe health check port must match the port where the target listens for health probes.Step 2: Consequence of incorrect portIf the port is wrong, health checks fail, marking targets unhealthy.Final Answer:All targets will be marked unhealthy, causing no traffic to be routed. correctly states that all targets become unhealthy and no traffic is routed.Quick Check:Incorrect health check port causes all targets unhealthy [OK]Quick Trick: Wrong health check port marks all targets unhealthy [OK]Common Mistakes:Assuming targets remain healthy despite wrong portBelieving load balancer ignores health check failuresThinking only some targets are affected
Master "Elastic Load Balancing" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Lambda - Creating a Lambda function - Quiz 1easy Auto Scaling - Scaling policies (target tracking, step, simple) - Quiz 8hard Auto Scaling - Launch templates - Quiz 7medium CloudWatch - Default vs custom metrics - Quiz 7medium CloudWatch - Default vs custom metrics - Quiz 1easy DynamoDB - Tables, items, and attributes - Quiz 12easy DynamoDB - Secondary indexes (GSI, LSI) - Quiz 3easy DynamoDB - Time to live (TTL) for expiration - Quiz 13medium Elastic Load Balancing - Network Load Balancer (NLB) - Quiz 11easy SNS and SQS - SQS queue concept - Quiz 8hard