Alibaba Cloud Certified Associate – Cloud Computing — Question 45

When using Alibaba Cloud SLB, you can set different weights for backend ECS instances. The higher the weight of a backend ECS instance, the more load will be assigned to it. If an SLB instance has 5 ECS instances in the backend server pool, all of which are healthy. Among these 5 ECS instances, the weight of ecs_inst1 is set to 100. Which of the following statements is correct?

Answer options

Correct answer: C

Explanation

The correct answer is C because SLB distributes load based on the weights assigned to each instance in relation to the total weights. Since we only know the weight of ecs_inst1, it cannot take all the load, and the other instances must be considered. Answers A, B, and D are incorrect as they either lack sufficient information or misinterpret how SLB distributes requests based on weights.