sceptre-aws-asg-scaling-processes-hook

AWS Auto Scaling Group Scaling Processes hook.


Keywords
sceptre, sceptre-hook
License
Apache-2.0
Install
pip install sceptre-aws-asg-scaling-processes-hook==1.0.1

Documentation

ASG Scaling Processes

Suspends or resumes autoscaling scaling processes.

Syntax:

<hook_point>:
  - !asg_scaling_processes <suspend|resume>::<process-name>

Example:

before_update:
  - !asg_scaling_processes suspend::ScheduledActions

More information on suspend and resume processes can be found in the AWS documentation.