Amazon EC2 Auto Scaling · Arazzo Workflow
Amazon EC2 Auto Scaling Provision Auto Scaling Group
Version 1.0.0
Create a launch configuration, build an Auto Scaling group from it, and confirm the group exists.
View Spec
View on GitHub
Amazon Web ServicesAuto ScalingComputeEC2High AvailabilityScalingArazzoWorkflows
Provider
Workflows
provision-auto-scaling-group
Create a launch configuration and an Auto Scaling group, then verify the group.
Creates a launch configuration, creates an Auto Scaling group that uses it, and describes the resulting group to confirm creation succeeded.
1
createLaunchConfiguration
POST_CreateLaunchConfiguration
Create the launch configuration that the Auto Scaling group will use to launch instances.
2
createAutoScalingGroup
POST_CreateAutoScalingGroup
Create the Auto Scaling group referencing the launch configuration, with the requested sizing.
3
describeAutoScalingGroup
POST_DescribeAutoScalingGroups
Describe the newly created Auto Scaling group to confirm it exists and to capture its ARN and current desired capacity.