Amazon EBS · Arazzo Workflow
Amazon EBS Provision and Attach Volume
Version 1.0.0
Create an EBS volume, confirm it is available, then attach it to an instance.
View Spec
View on GitHub
Amazon Web ServicesBlock StorageEBSEC2SnapshotsStorageVolumesArazzoWorkflows
Provider
Workflows
provision-and-attach-volume
Create an EBS volume and attach it to an EC2 instance once available.
Creates a volume in the requested Availability Zone, reads it back to confirm provisioning, and attaches it to the supplied instance and device.
1
createVolume
Create a new EBS volume in the requested Availability Zone using the optional size and volume type.
2
confirmVolume
Read the newly created volume back to confirm it exists before attempting to attach it.
3
attachVolume
Attach the confirmed volume to the target instance, exposing it 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
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.