Topic 1 Question 187
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?
The ALB configuration uses the round robin routing algorithm for traffic.
The target group did not contain at least one healthy target configured in slow start mode.
The target group must contain EC2 instances that are all the same instance type.
The ALB configuration uses the 5-tuple criteria for traffic.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: B
Looks like the answer is B according to this link: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#slow-start-mode
"
When you enable slow start for an empty target group and then register targets using a single registration operation, these targets do not enter slow start mode. Newly registered targets enter slow start mode only when there is at least one healthy target that is not in slow start mode."
👍 5billgoldberg142024/04/01 - 正解だと思う選択肢: B
When you enable slow start for an empty target group and then register targets using a single registration operation, these targets do not enter slow start mode. Newly registered targets enter slow start mode only when there is at least one healthy target that is not in slow start mode.
👍 3woorkim2024/12/10 - 正解だと思う選択肢: B
this is B
👍 2cas_tori2024/08/27
シャッフルモード