Amazon EBS · Arazzo Workflow
Amazon EBS Detach and Delete Volume
Version 1.0.0
Detach an EBS volume from its instance, confirm it, then delete it.
View Spec
View on GitHub
Amazon Web ServicesBlock StorageEBSEC2SnapshotsStorageVolumesArazzoWorkflows
Provider
Workflows
detach-and-delete-volume
Detach an EBS volume and delete it once it is no longer attached.
Detaches the supplied volume, confirms its state via describe, and deletes the volume to reclaim storage.
1
detachVolume
detachVolume
Detach the supplied volume from its instance.
2
confirmDetached
describeVolumes
Read the volume back to confirm it is detached before deleting it.
3
deleteVolume
deleteVolume
Delete the volume to reclaim its storage.