An open API service indexing awesome lists of open source software.

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

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).