Bird
0
0

How can you configure the Auto Scaling group to register instances with multiple target groups?

hard📝 Application Q9 of 15
AWS - Auto Scaling
You have an Auto Scaling group attached to an Application Load Balancer (ALB) with multiple target groups. How can you configure the Auto Scaling group to register instances with multiple target groups?
ASpecify all target group ARNs in the Auto Scaling group's TargetGroupARNs property.
BAttach only one target group per Auto Scaling group.
CManually register instances to target groups after launch.
DUse ELB names instead of target group ARNs.
Step-by-Step Solution
Solution:
  1. Step 1: Understand multi-target group support

    Auto Scaling groups support multiple target groups via TargetGroupARNs list.
  2. Step 2: Configure TargetGroupARNs property

    Specify all target group ARNs in the TargetGroupARNs property for automatic registration.
  3. Final Answer:

    Specify all target group ARNs in TargetGroupARNs property. -> Option A
  4. Quick Check:

    TargetGroupARNs list supports multiple groups = A [OK]
Quick Trick: Use TargetGroupARNs list for multiple ALB target groups [OK]
Common Mistakes:
  • Attaching only one target group mistakenly
  • Manually registering instances instead of automatic
  • Using ELB names instead of ARNs for ALB target groups

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes