IBM::EC2::VolumeAttachment

This resource type represents a volume attachment on Amazon Elastic Compute Cloud (EC2). It extends the type OS::Cinder::VolumeAttachment.
Table 1. Properties
Name Type Required Description
instance_uuid String True ID of the EC2 server to which the volume attaches.
mountpoint String False Location where the volume is exposed on the instance. This assignment is not necessarily accepted. Alternately, use the path /dev/disk/by-id/virtio-VolumeID as the mount point.
volume_id String True ID of the volume to attach.
This resource type has no attributes.

Feedback