AWS - Elastic Load BalancingWhich of the following is the correct way to specify a target group protocol for an NLB in AWS?AHTTPSBHTTPCTCPDFTPCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand NLB target group protocolsNLB supports TCP and UDP protocols for target groups, not HTTP or HTTPS which are Layer 7 protocols.Step 2: Validate optionsHTTP and HTTPS are for Application Load Balancer, FTP is not supported as a protocol for target groups.Final Answer:TCP -> Option CQuick Check:Target group protocol = TCP [OK]Quick Trick: NLB target groups use TCP or UDP protocols only [OK]Common Mistakes:MISTAKESChoosing HTTP or HTTPS for NLB target groupSelecting unsupported protocols like FTPConfusing ALB and NLB protocols
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