Amazon EC2 · Arazzo Workflow
Amazon EC2 Place an Instance in an Availability Zone
Version 1.0.0
Describe regions and availability zones, then launch an instance in a chosen zone.
Provider
Workflows
place-instance-in-zone
Survey regions and zones, then launch an instance.
Chains DescribeRegions, DescribeAvailabilityZones, and RunInstances so a placement decision is informed by live region and zone data before launch.
1
listRegions
describeRegions
List the regions enabled for the account.
2
listZones
describeAvailabilityZones
List the availability zones in the current region.
3
launchInZone
runInstances
Launch an instance into the selected placement.