Skip to content

aws.ec2.describe_conversion_tasks

Example SQL Queries

SELECT * FROM
aws.ec2.describe_conversion_tasks;

Description

Describes the specified conversion tasks or all your conversion tasks. For more information, see the VM Import/Export User Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

Table Definition

Column NameColumn Data Type
conversion_task_ids Input Column

The conversion task IDs.

VARCHAR[]
Show child fields
conversion_task_ids[]
dry_run Input Column

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 is UnauthorizedOperation.

BOOLEAN
_aws_profile Input Column

The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role.

STRUCT(
"type" VARCHAR,
"name" VARCHAR,
"account_id" VARCHAR,
"via_profile_name" VARCHAR,
"assumed_role_arn" VARCHAR,
"organization" STRUCT(
"account_name" VARCHAR,
"id" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"master_account" STRUCT(
"id" VARCHAR,
"email" VARCHAR
),
"parents" STRUCT(
"type" VARCHAR,
"id" VARCHAR,
"name" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

_aws_region Input Column

The AWS region to use.

VARCHAR
conversion_tasks

Information about the conversion tasks.

STRUCT(
"conversion_task_id" VARCHAR,
"expiration_time" VARCHAR,
"import_instance" STRUCT(
"description" VARCHAR,
"instance_id" VARCHAR,
"platform" VARCHAR,
"volumes" STRUCT(
"availability_zone" VARCHAR,
"bytes_converted" BIGINT,
"description" VARCHAR,
"image" STRUCT(
"checksum" VARCHAR,
"format" VARCHAR,
"import_manifest_url" VARCHAR,
"size" BIGINT
),
"status" VARCHAR,
"status_message" VARCHAR,
"volume" STRUCT(
"id" VARCHAR,
"size" BIGINT
)
)[]
),
"import_volume" STRUCT(
"availability_zone" VARCHAR,
"bytes_converted" BIGINT,
"description" VARCHAR,
"image" STRUCT(
"checksum" VARCHAR,
"format" VARCHAR,
"import_manifest_url" VARCHAR,
"size" BIGINT
),
"volume" STRUCT(
"id" VARCHAR,
"size" BIGINT
)
),
"state" VARCHAR,
"status_message" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
Show child fields
conversion_tasks[]
Show child fields
conversion_tasks[].conversion_task_id

The ID of the conversion task.

conversion_tasks[].expiration_time

The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task.

conversion_tasks[].import_instance

If the task is for importing an instance, this contains information about the import instance task.

Show child fields
conversion_tasks[].import_instance.description

A description of the task.

conversion_tasks[].import_instance.instance_id

The ID of the instance.

conversion_tasks[].import_instance.platform

The instance operating system.

conversion_tasks[].import_instance.volumes[]
Show child fields
conversion_tasks[].import_instance.volumes[].availability_zone

The Availability Zone where the resulting instance will reside.

conversion_tasks[].import_instance.volumes[].bytes_converted

The number of bytes converted so far.

conversion_tasks[].import_instance.volumes[].description

A description of the task.

conversion_tasks[].import_instance.volumes[].image

The image.

Show child fields
conversion_tasks[].import_instance.volumes[].image.checksum

The checksum computed for the disk image.

conversion_tasks[].import_instance.volumes[].image.format

The disk image format.

conversion_tasks[].import_instance.volumes[].image.import_manifest_url

A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

conversion_tasks[].import_instance.volumes[].image.size

The size of the disk image, in GiB.

conversion_tasks[].import_instance.volumes[].status

The status of the import of this particular disk image.

conversion_tasks[].import_instance.volumes[].status_message

The status information or errors related to the disk image.

conversion_tasks[].import_instance.volumes[].volume

The volume.

Show child fields
conversion_tasks[].import_instance.volumes[].volume.id

The volume identifier.

conversion_tasks[].import_instance.volumes[].volume.size

The size of the volume, in GiB.

conversion_tasks[].import_volume

If the task is for importing a volume, this contains information about the import volume task.

Show child fields
conversion_tasks[].import_volume.availability_zone

The Availability Zone where the resulting volume will reside.

conversion_tasks[].import_volume.bytes_converted

The number of bytes converted so far.

conversion_tasks[].import_volume.description

The description you provided when starting the import volume task.

conversion_tasks[].import_volume.image

The image.

Show child fields
conversion_tasks[].import_volume.image.checksum

The checksum computed for the disk image.

conversion_tasks[].import_volume.image.format

The disk image format.

conversion_tasks[].import_volume.image.import_manifest_url

A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

conversion_tasks[].import_volume.image.size

The size of the disk image, in GiB.

conversion_tasks[].import_volume.volume

The volume.

Show child fields
conversion_tasks[].import_volume.volume.id

The volume identifier.

conversion_tasks[].import_volume.volume.size

The size of the volume, in GiB.

conversion_tasks[].state

The state of the conversion task.

conversion_tasks[].status_message

The status message related to the conversion task.

conversion_tasks[].tags[]
Show child fields
conversion_tasks[].tags[].key

The key of the tag.

Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:.

conversion_tasks[].tags[].value

The value of the tag.

Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters.