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.
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)- A5% (1)
- B81% (17)
- C5% (1)
- D10% (2)
Why each option
An ALB target group configured with slow start mode is not applying slow start to newly registered EC2 instance targets.
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.
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.
ALB target groups can contain EC2 instances of different instance types; this is not a prerequisite for slow start mode.
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.