Import Volume
ec2_import_volume | R Documentation |
Creates an import volume task using metadata from the specified disk image¶
Description¶
Creates an import volume task using metadata from the specified disk image.
This API action supports only single-volume VMs. To import multi-volume
VMs, use import_image
instead. To import a disk to a snapshot, use
import_snapshot
instead.
This API action is not supported by the Command Line Interface (CLI). For information about using the Amazon EC2 CLI, which is deprecated, see Importing Disks to Amazon EBS in the Amazon EC2 CLI Reference PDF file.
For information about the import manifest referenced by this API action, see VM Import Manifest.
Usage¶
Arguments¶
AvailabilityZone
[required] The Availability Zone for the resulting EBS volume.
Description
A description of the volume.
DryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.Image
[required] The disk image.
Volume
[required] The volume size.
Value¶
A list with the following syntax:
list(
ConversionTask = list(
ConversionTaskId = "string",
ExpirationTime = "string",
ImportInstance = list(
Description = "string",
InstanceId = "string",
Platform = "Windows",
Volumes = list(
list(
AvailabilityZone = "string",
BytesConverted = 123,
Description = "string",
Image = list(
Checksum = "string",
Format = "VMDK"|"RAW"|"VHD",
ImportManifestUrl = "string",
Size = 123
),
Status = "string",
StatusMessage = "string",
Volume = list(
Id = "string",
Size = 123
)
)
)
),
ImportVolume = list(
AvailabilityZone = "string",
BytesConverted = 123,
Description = "string",
Image = list(
Checksum = "string",
Format = "VMDK"|"RAW"|"VHD",
ImportManifestUrl = "string",
Size = 123
),
Volume = list(
Id = "string",
Size = 123
)
),
State = "active"|"cancelling"|"cancelled"|"completed",
StatusMessage = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
)