Bird
0
0

Which of the following is the correct way to specify a target group protocol in AWS CLI?

easy📝 Configuration Q12 of 15
AWS - Elastic Load Balancing
Which of the following is the correct way to specify a target group protocol in AWS CLI?
Aaws elbv2 create-target-group --protocol HTTP
Baws elbv2 create-target-group --protocol FTP
Caws elbv2 create-target-group --protocol SMTP
Daws elbv2 create-target-group --protocol SSH
Step-by-Step Solution
Solution:
  1. Step 1: Recall supported protocols for target groups

    AWS target groups support HTTP, HTTPS, TCP, TLS, UDP, and TCP_UDP protocols.
  2. Step 2: Identify valid protocol in options

    HTTP is a valid protocol; FTP, SMTP, and SSH are not supported for target groups.
  3. Final Answer:

    aws elbv2 create-target-group --protocol HTTP -> Option A
  4. Quick Check:

    HTTP is valid protocol for target groups [OK]
Quick Trick: Use HTTP or HTTPS for target group protocol [OK]
Common Mistakes:
MISTAKES
  • Using unsupported protocols like FTP or SSH
  • Confusing target group protocol with security group rules
  • Misspelling protocol names

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes