AWS Certified SysOps Administrator – Associate (legacy) — Question 781

When rebalancing, Auto Scaling launches new instances before terminating the old ones, so that re-balancing does not compromise the performance or availability of your application. Because Auto Scaling attempts to launch new instances before terminating the old ones, being at or near the speci-fied maximum capacity could impede or completely halt rebalancing activities. What does Auto Scaling do in order to avoid this problem?

Answer options

Correct answer: C

Explanation

To maintain application performance and availability during a rebalancing activity, Auto Scaling can temporarily exceed the group's specified maximum capacity by a 10 percent margin (or by 1 instance, whichever is greater). This design prevents the rebalancing process from being blocked when the group is already running at or near its maximum limit. Other percentage thresholds or utilizing reserved instances are incorrect as they do not reflect Auto Scaling's default behavior.