AWS - Elastic Load BalancingWhich of the following is the correct way to specify a target group protocol in AWS CLI?Aaws elbv2 create-target-group --protocol HTTPBaws elbv2 create-target-group --protocol FTPCaws elbv2 create-target-group --protocol SMTPDaws elbv2 create-target-group --protocol SSHCheck Answer
Step-by-Step SolutionSolution:Step 1: Recall supported protocols for target groupsAWS target groups support HTTP, HTTPS, TCP, TLS, UDP, and TCP_UDP protocols.Step 2: Identify valid protocol in optionsHTTP is a valid protocol; FTP, SMTP, and SSH are not supported for target groups.Final Answer:aws elbv2 create-target-group --protocol HTTP -> Option AQuick Check:HTTP is valid protocol for target groups [OK]Quick Trick: Use HTTP or HTTPS for target group protocol [OK]Common Mistakes:MISTAKESUsing unsupported protocols like FTP or SSHConfusing target group protocol with security group rulesMisspelling protocol names
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