ACA-Cloud1 Exam QuestionsBrowse all questions from this exam

ACA-Cloud1 Exam - Question 23


A customer uses Alibaba Cloud Auto Scaling service and creates a scaling group. He/she sets the `Minimum number of instances` to 6 and `Maximum number of instances` to 8.

After correctly configuring scaling settings, the customer adds a scaling rule `Remove 5 ECS instances`, and creates a scheduled task based on this rule.

And then, the customer checks the scaling group and see it already contains 8 valid ECS instances, he/she then enables this scaling group immediately.

How many ECS instances are left in the scaling group when the scheduled task is activated once?

Show Answer
Correct Answer: BC

The scaling group sets a minimum number of instances to 6 and a maximum number of instances to 8. When the scheduled task to 'Remove 5 ECS instances' is activated, it attempts to reduce the number of ECS instances from 8 to 3. However, the minimum number of instances allowed is 6. Therefore, the auto-scaling service will not reduce the number of instances below the minimum, maintaining 6 instances in the scaling group.

Discussion

8 comments
Sign in to comment
Jackie911Option: B
Jul 16, 2022

6 as Minimum number of instance

MRTASHOption: B
Aug 15, 2022

6 as Minimum number of instance

TanPHAM304Option: C
May 23, 2022

Max is 8, already have 8. Absolutely is Zero - C

TanPHAM304
May 23, 2022

Max is 8, already have 8, remove 5 ECS instances

AlibabaVNOption: D
Jul 24, 2022

why not 5 left

alien_kingOption: B
Nov 24, 2022

For example, let's say a scaling group is created and it's set to a maximum instance count of three ECS instances, and a minimum count of two and let's say that currently there are two ECS instances in the group and a scaling rule is added to add three more instances, well in this case, auto-scaling only adds one instance. This automatic adjustment stops the maximum instance count being exceeded and likewise, if the group now contains three instances and we have a scaling rule that is going to remove five instances, there are only three instances in the groups, so we can't possibly remove five and if we were to remove all three of those instances, then the size of the group would be zero, which is less than, in this scenario, the minimum size of two. https://cloudacademy.com/course/alibaba-auto-scaling-1247/scaling-rules/

borexKOption: B
Nov 24, 2022

should be 6 as minimum instance can be run is equal to 6

ismail069Option: B
Feb 17, 2023

Should be 6. 6 is the minimum instance

lhorisOption: B
May 21, 2023

B. Six If as a result of executed a scaling rule, the number of ECS instances in a scaling group is less than the minimum size value or greater than the maximum size value of instances allowed for the group, auto-scaling will automatically adjust the number of instances to be added or removed, so that the minimum or maximum instance values cannot be exceeded.