aws::instance-volume-attachment¶
Attach a Volume to an Instance.
Example¶
aws::instance-volume-attachment attachment
device-name: "/dev/sde"
volume: $(aws::ebs-volume volume)
instance: $(aws::instance instance-example)
end
Attributes¶
Attribute | Description |
---|---|
device-name | Device name to attach the volume to. (Required) |
volume | The volume to be attached. (Required) |
instance | The Instance the volume should attach to. (Required) |