AWS - Elastic Load BalancingWhat happens if you register the same EC2 instance multiple times in a target group?AThe instance receives traffic multiple times as separate targets.BThe load balancer crashes due to duplicate targets.COnly one registration is active; duplicates are ignored.DAWS rejects duplicate registrations and throws an error.Check Answer
Step-by-Step SolutionSolution:Step 1: Understand target registration behaviorAWS does not permit registering the same EC2 instance (or any target) more than once in the same target group.Step 2: Consequence of duplicate registration attemptAWS rejects the request and throws a validation error, such as 'Target ID is already registered for the target group'.Final Answer:AWS rejects duplicate registrations and throws an error. -> Option DQuick Check:Duplicate registration = Rejected with error [OK]Quick Trick: Duplicate registrations are rejected with error [OK]Common Mistakes:MISTAKESAssuming the instance receives traffic multiple timesThinking duplicates are silently ignoredBelieving it causes load balancer crash
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