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
Describe the supplied snapshot to confirm it exists before restoring from it.
2
createVolumeFromSnapshot
Create a new EBS volume from the confirmed snapshot in the requested Availability Zone.
3
attachRestoredVolume
Attach the restored volume to the target instance with the requested device name.
Source API Descriptions
openapi
amazonEbsAmazonElasticBlockStoreEbsApiApi
https://raw.githubusercontent.com/api-evangelist/amazon-ebs/refs/heads/main/openapi/amazon-ebs-amazon-ebs-amazon-elastic-block-store-ebs-api-api-openapi.yml
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.