Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.Delete a scheduled action
To delete a scheduled action, use one of the following methods:
- Console
-
To delete a scheduled action
Open the Amazon EC2 console at
https://eusc-de-east-1.console.amazonaws-eusc.eu/ec2/, and choose Auto Scaling Groups from the navigation pane.
-
Select your Auto Scaling group.
-
On the Automatic scaling tab, in
Scheduled actions, select a scheduled
action.
-
Choose Actions,
Delete.
-
When prompted for confirmation, choose Yes,
Delete.
- AWS 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