All Products
Search
Document Center

Auto Scaling:Enable or disable scaling groups

Last Updated:Apr 16, 2026

Auto Scaling triggers scale-out and scale-in events only in scaling groups that are in the Enable state. Disabling a scaling group stops Auto Scaling from triggering new scaling events in that group.

Usage notes

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

  • Before disabling a scaling group, choose a low-impact time, such as an off-peak period or a maintenance window.

  • Disabling a scaling group does not stop scaling events that are already in progress. New requests to trigger scaling events in the group are denied, and existing instances are not released.

Prerequisites

Before you begin, ensure that you have:

Enable or disable a scaling group

  1. Log on to the Auto Scaling console.

  2. Log on to the Auto Scaling console.

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

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

  5. Enable or disable a scaling group:

    • Enable: Find the scaling group, and then choose more > Enable in the Actions column. In the Disable Scaling Group message, click OK. The scaling group enters the Enable state.

    • Disabled: Find the scaling group, and then choose more > Disabled in the Actions column. In the Disable Scaling Group message, click OK. The scaling group enters the Disabled state.

Enable or disable a scaling group using the API

To enable or disable a scaling group programmatically, use the following API operations:

Operation API reference
Enable a scaling group EnableScalingGroup
Disable a scaling group DisableScalingGroup