All Products
Search
Document Center

Auto Scaling:Enable or disable scaling groups

Last Updated:Sep 24, 2024

Auto Scaling triggers scale-in or scale-out events only in scaling groups that are in the Enabled state. If you disable scaling groups, Auto Scaling does not trigger scale-out or scale-in events in the scaling groups.

Usage notes

  • Before you enable a scaling group, make sure that the scaling group configurations and instance configuration source meet your business requirements. This ensures that scaling events are triggered as expected.

  • Before you disable a scaling group, consider the best time to do so. For example, you can disable a scaling group during off-peak periods or maintenance windows.

  • After you disable a scaling group, any ongoing scaling events still occur. However, any new requests to trigger scaling events in the scaling group will be denied. After you disable a scaling group, existing instances in the scaling group will not be released.

Procedure

  1. Log on to the Auto Scaling console.

  2. In the left-side navigation pane, click Scaling Groups.

  3. In the top navigation bar, select a region.

  4. Enable or disable a scaling group.

    • Enable a scaling group: Find the scaling group that you want to enable and choose more > Enable in the Actions column. In the Enable Scaling Group message, click OK. Then, the scaling group enters the Enabled state.

    • Disable a scaling group: Find the scaling group that you want to disable and choose more > Disable in the Actions column. In the Disable Scaling Group message, click OK. Then, the scaling group enters the Disabled state.

References

  • For information about how to enable a scaling group by calling an API operation, see EnableScalingGroup.

  • For information about how to disable a scaling group by calling an API operation, see DisableScalingGroup.