AWS - Elastic Load BalancingA developer configures an NLB with a target group using HTTP protocol. What is the likely issue?ANLB does not support HTTP protocol for target groups, causing configuration failureBNLB will convert HTTP to TCP automaticallyCNLB will forward HTTP traffic without issuesDNLB supports HTTP only if TLS is enabledCheck Answer
Step-by-Step SolutionSolution:Step 1: Check protocol support for NLB target groupsNLB supports TCP and UDP protocols only; HTTP is not supported for target groups.Step 2: Consequence of incorrect protocolConfiguring HTTP will cause the setup to fail or behave unexpectedly because NLB cannot process Layer 7 protocols.Final Answer:NLB does not support HTTP protocol for target groups, causing configuration failure -> Option AQuick Check:HTTP protocol unsupported for NLB targets [OK]Quick Trick: NLB target groups must use TCP or UDP, not HTTP [OK]Common Mistakes:MISTAKESAssuming NLB auto-converts HTTP to TCPThinking NLB supports HTTP forwardingBelieving TLS enables HTTP support
Master "Elastic Load Balancing" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Lambda - Lambda layers for shared code - Quiz 8hard AWS Lambda - Lambda pricing model - Quiz 14medium Auto Scaling - Predictive scaling overview - Quiz 3easy CloudWatch - Default vs custom metrics - Quiz 15hard DynamoDB - Put, get, and query operations - Quiz 5medium Elastic Load Balancing - Target groups concept - Quiz 2easy RDS and Relational Databases - RDS security (encryption, security groups) - Quiz 4medium RDS and Relational Databases - RDS supported engines - Quiz 14medium SNS and SQS - Sending and receiving messages - Quiz 3easy SNS and SQS - Sending and receiving messages - Quiz 4medium