Amazon EC2 · Arazzo Workflow
Amazon EC2 Request Spot Instances and Track
Version 1.0.0
Request Spot Instances, then poll the Spot request until it is fulfilled.
Provider
Workflows
request-spot-and-track
Submit a Spot Instance request and poll until it appears.
Chains RequestSpotInstances with a DescribeSpotInstanceRequests poll loop that branches on whether the request set has appeared yet.
1
requestSpot
requestSpotInstances
Submit the Spot Instance request.
2
trackSpot
describeSpotInstanceRequests
Describe Spot Instance requests and branch on whether the request set has appeared, looping until it is non-empty.