Bird
0
0

You want to distribute traffic to EC2 instances and IP addresses in the same target group. What must you consider?

hard📝 Architecture Q8 of 15
AWS - Elastic Load Balancing
You want to distribute traffic to EC2 instances and IP addresses in the same target group. What must you consider?
ATarget groups support either instance or IP targets, but not both together.
BYou can mix instance and IP targets freely in one target group.
CYou must create separate target groups for instances and IPs and attach both to the load balancer.
DYou can register IP targets only if they are in the same subnet as instances.
Step-by-Step Solution
Solution:
  1. Step 1: Understand target type restrictions

    AWS target groups require you to choose a target type: instance, IP, or Lambda. Mixing instance and IP targets in one group is not allowed.
  2. Step 2: Identify correct approach

    To use both types, create separate target groups and attach them to the load balancer.
  3. Final Answer:

    Target groups support either instance or IP targets, but not both together. -> Option A
  4. Quick Check:

    Target group target types are exclusive [OK]
Quick Trick: Target groups accept only one target type at a time [OK]
Common Mistakes:
  • Trying to mix instance and IP targets in one group
  • Assuming IP targets must be in same subnet
  • Not creating separate target groups for different types

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes