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
createVolume
Create a new EBS volume in the requested Availability Zone using the optional size and volume type.
2
confirmVolume
describeVolumes
Read the newly created volume back to confirm it exists before attempting to attach it.
3
attachVolume
attachVolume
Attach the confirmed volume to the target instance, exposing it with the requested device name.