Amazon EC2 Auto Scaling · Arazzo Workflow
Amazon EC2 Auto Scaling Configure and Execute Scaling Policy
Version 1.0.0
Put a scaling policy on a group, confirm it, then manually execute it.
View Spec
View on GitHub
Amazon Web ServicesAuto ScalingComputeEC2High AvailabilityScalingArazzoWorkflows
Provider
Workflows
configure-and-execute-scaling-policy
Create a scaling policy, verify it, and execute it for an Auto Scaling group.
Puts a simple scaling policy on the group, confirms it appears in the group's policy list, and executes it to drive a scaling activity.
1
putScalingPolicy
POST_PutScalingPolicy
Create or update a simple scaling policy on the Auto Scaling group and capture the returned policy ARN.
2
describePolicies
POST_DescribePolicies
Describe the policies on the group to confirm the new policy is registered.
3
executePolicy
POST_ExecutePolicy
Execute the scaling policy by name to trigger a scaling activity on the group.