Which of these is a valid target type you can register in an AWS target group?
easy📝 Conceptual Q2 of 15
AWS - Elastic Load Balancing
Which of these is a valid target type you can register in an AWS target group?
AS3 bucket
BEC2 instance
CCloudFront distribution
DLambda function URL
Step-by-Step Solution
Solution:
Step 1: Identify valid target types for target groups
AWS target groups support EC2 instances, IP addresses, and Lambda functions (via special configuration).
Step 2: Evaluate options
EC2 instances are the most common and valid target type. S3 buckets and CloudFront distributions are not targets for load balancers. Lambda function URLs are not directly registered as targets.
Final Answer:
EC2 instance -> Option B
Quick Check:
Valid target type = EC2 instance [OK]
Quick Trick:Targets are compute resources like EC2, not storage [OK]
Common Mistakes:
MISTAKES
Choosing storage services as targets
Confusing distribution services with targets
Assuming Lambda URLs are direct targets
Master "Elastic Load Balancing" in AWS
9 interactive learning modes - each teaches the same concept differently