ExportImage
Exports an Amazon Machine Image (AMI) to a VM file. For more information, see Exporting a VM directly from an Amazon Machine Image (AMI) in the VM Import/Export User Guide.
Request Parameters
The following parameters are for this specific action. For more information about required and optional parameters that are common to all actions, see Common Query Parameters.
- ClientToken
-
Token to enable idempotency for export image requests.
Type: String
Required: No
- Description
-
A description of the image being exported. The maximum length is 255 characters.
Type: String
Required: No
- DiskImageFormat
-
The disk image format.
Type: String
Valid Values:
VMDK | RAW | VHD
Required: Yes
- 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
.Type: Boolean
Required: No
- ImageId
-
The ID of the image.
Type: String
Required: Yes
- RoleName
-
The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket. If this parameter is not specified, the default role is named 'vmimport'.
Type: String
Required: No
- S3ExportLocation
-
The Amazon S3 bucket for the destination image. The destination bucket must exist.
Type: ExportTaskS3LocationRequest object
Required: Yes
- TagSpecification.N
-
The tags to apply to the export image task during creation.
Type: Array of TagSpecification objects
Required: No
Response Elements
The following elements are returned by the service.
- description
-
A description of the image being exported.
Type: String
- diskImageFormat
-
The disk image format for the exported image.
Type: String
Valid Values:
VMDK | RAW | VHD
- exportImageTaskId
-
The ID of the export image task.
Type: String
- imageId
-
The ID of the image.
Type: String
- progress
-
The percent complete of the export image task.
Type: String
- requestId
-
The ID of the request.
Type: String
- roleName
-
The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.
Type: String
- s3ExportLocation
-
Information about the destination Amazon S3 bucket.
Type: ExportTaskS3Location object
- status
-
The status of the export image task. The possible values are
active
,completed
,deleting
, anddeleted
.Type: String
- statusMessage
-
The status message for the export image task.
Type: String
- tagSet
-
Any tags assigned to the export image task.
Type: Array of Tag objects
Errors
For information about the errors that are common to all actions, see Common client error codes.
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: