Amazon EBS · Arazzo Workflow
Amazon EBS Restore Volume from Snapshot
Version 1.0.0
Locate a snapshot, create a volume from it, and attach the volume.
View Spec
View on GitHub
Amazon Web ServicesBlock StorageEBSEC2SnapshotsStorageVolumesArazzoWorkflows
Provider
Workflows
restore-volume-from-snapshot
Create and attach a new EBS volume restored from an existing snapshot.
Confirms the source snapshot exists, provisions a volume from it in the requested Availability Zone, and attaches the restored volume to the supplied instance.
1
findSnapshot
describeSnapshots
Describe the supplied snapshot to confirm it exists before restoring from it.
2
createVolumeFromSnapshot
createVolume
Create a new EBS volume from the confirmed snapshot in the requested Availability Zone.
3
attachRestoredVolume
attachVolume
Attach the restored volume to the target instance with the requested device name.