Delete a scheduled action - Amazon EC2 Auto Scaling
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Delete a scheduled action

To delete a scheduled action, use one of the following methods:

Console
To delete a scheduled action
  1. Open the Amazon EC2 console at https://console.amazonaws.cn/ec2/, and choose Auto Scaling Groups from the navigation pane.

  2. Select your Auto Scaling group.

  3. On the Automatic scaling tab, in Scheduled actions, select a scheduled action.

  4. Choose Actions, Delete.

  5. When prompted for confirmation, choose Yes, Delete.

Amazon CLI

Use the following delete-scheduled-action command.

aws autoscaling delete-scheduled-action --auto-scaling-group-name my-asg \ --scheduled-action-name my-recurring-action