Amazon EC2 · Arazzo Workflow
Amazon EC2 Create a Launch Template and Boot From It
Version 1.0.0
Create a launch template, confirm it, then launch an instance referencing the template parameters.
Provider
Workflows
create-launch-template-and-boot
Create a launch template, verify it, and launch an instance from it.
Chains CreateLaunchTemplate, DescribeLaunchTemplates, and RunInstances so a reusable launch configuration is created, confirmed, and exercised in one run.
1
createTemplate
createLaunchTemplate
Create the launch template that captures the launch parameters.
2
confirmTemplate
describeLaunchTemplates
Confirm the launch template exists before launching from it.
3
launchFromTemplate
runInstances
Launch an instance using the template's image and instance type.