nerdexam
Amazon

ANS-C01 · Question #217

A company is building a new workload on AWS that uses an Application Load Balancer (ALB). The company has configured a new ALB target group that uses slow start mode. A team begins registering…

The correct answer is B. The target group did not contain at least one healthy target configured in slow start mode. An ALB target group configured with slow start mode is not applying slow start to newly registered EC2 instance targets.

Submitted by mateo_ar· Mar 6, 2026Network Implementation

Question

A company is building a new workload on AWS that uses an Application Load Balancer (ALB). The company has configured a new ALB target group that uses slow start mode. A team begins registering Amazon EC2 instances as targets in the new target group. During testing, the team observes that the targets did not enter slow start mode. What caused the targets to not enter slow start mode?

Options

  • AThe ALB configuration uses the round robin routing algorithm for traffic.
  • BThe target group did not contain at least one healthy target configured in slow start mode.
  • CThe target group must contain EC2 instances that are all the same instance type.
  • DThe ALB configuration uses the 5-tuple criteria for traffic.

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    81% (17)
  • C
    5% (1)
  • D
    10% (2)

Why each option

An ALB target group configured with slow start mode is not applying slow start to newly registered EC2 instance targets.

AThe ALB configuration uses the round robin routing algorithm for traffic.

The routing algorithm (e.g., round robin) is a separate configuration from slow start mode and does not prevent slow start from activating if its prerequisites are met.

BThe target group did not contain at least one healthy target configured in slow start mode.Correct

Slow start mode only begins for targets when they transition from an unhealthy to a healthy state, or upon initial registration if the target group already contains at least one healthy target. If the target group did not contain any healthy targets at the time of testing, the slow start process would not initiate because the ALB would not begin sending traffic to the targets.

CThe target group must contain EC2 instances that are all the same instance type.

ALB target groups can contain EC2 instances of different instance types; this is not a prerequisite for slow start mode.

DThe ALB configuration uses the 5-tuple criteria for traffic.

The 5-tuple criteria are used by Network Load Balancers (NLB) for connection hashing, not Application Load Balancers (ALB).

Concept tested: ALB slow start prerequisites

Source: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/target-groups.html#slow-start

Community Discussion

No community discussion yet for this question.

Full ANS-C01 Practice