Amazon EC2 Auto Scaling · Arazzo Workflow
Amazon EC2 Auto Scaling Set Desired Capacity and Verify
Version 1.0.0
Manually set a group's desired capacity, verify it took effect, and review the scaling activity.
View Spec
View on GitHub
Amazon Web ServicesAuto ScalingComputeEC2High AvailabilityScalingArazzoWorkflows
Provider
Workflows
set-desired-capacity-and-verify
Set the desired capacity of a group and confirm the resulting state and activity.
Sets the group's desired capacity, describes the group to verify the new target, and lists recent scaling activities for the group.
1
setDesiredCapacity
POST_SetDesiredCapacity
Set the new desired capacity for the Auto Scaling group.
2
describeGroupCapacity
POST_DescribeAutoScalingGroups
Describe the group and branch on whether the reported desired capacity has already reached the requested value.
3
describeScalingActivities
POST_DescribeScalingActivities
List recent scaling activities for the group so the activity triggered by the capacity change can be inspected.