https://github.com/sceptre/sceptre-aws-asg-scaling-processes-hook
AWS Auto Scaling Group Scaling Processes Hook
https://github.com/sceptre/sceptre-aws-asg-scaling-processes-hook
sceptre sceptre-hook
Last synced: 10 days ago
JSON representation
AWS Auto Scaling Group Scaling Processes Hook
- Host: GitHub
- URL: https://github.com/sceptre/sceptre-aws-asg-scaling-processes-hook
- Owner: Sceptre
- Created: 2019-07-12T13:46:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T16:32:46.000Z (2 months ago)
- Last Synced: 2025-03-27T05:22:49.323Z (27 days ago)
- Topics: sceptre, sceptre-hook
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ASG Scaling Processes
Suspends or resumes autoscaling scaling processes.
Syntax:
```yaml
:
- !asg_scaling_processes ::
```Example:
```yaml
before_update:
- !asg_scaling_processes suspend::ScheduledActions
```More information on suspend and resume processes can be found in the AWS
[documentation](http://docs.aws.amazon.com/autoscaling/latest/userguide/as-suspend-resume-processes.html).