Amazon EBS · Arazzo Workflow
Amazon EBS Clone Volume via Snapshot
Version 1.0.0
Snapshot a source volume, confirm it, then create a clone volume from it.
View Spec
View on GitHub
Amazon Web ServicesBlock StorageEBSEC2SnapshotsStorageVolumesArazzoWorkflows
Provider
Workflows
clone-volume-via-snapshot
Clone an EBS volume by snapshotting it and creating a new volume.
Creates a snapshot of the source volume, confirms it via describe, and provisions a clone volume from that snapshot.
1
snapshotSource
createSnapshot
Create a snapshot of the source volume to use as the clone basis.
2
confirmSnapshot
describeSnapshots
Describe snapshots to confirm the source snapshot is visible before cloning from it.
3
createClone
createVolume
Create a new EBS volume from the confirmed snapshot in the requested Availability Zone.