Amazon EC2 · Arazzo Workflow
Amazon EC2 Clone an Instance via Image
Version 1.0.0
Create an AMI from a source instance, confirm it, then launch a clone from that AMI.
Provider
Workflows
clone-instance-via-image
Image a source instance and launch a clone from the captured AMI.
Chains CreateImage, DescribeImages, and RunInstances so a source instance is captured into an AMI, the AMI is confirmed, and a clone is launched from it.
1
captureImage
createImage
Create an AMI from the source instance without rebooting it.
2
confirmImage
describeImages
Confirm the captured AMI is available before cloning.
3
launchClone
runInstances
Launch a clone instance from the captured AMI.