Skip to content

aws.ec2.describe_export_tasks

Example SQL Queries

SELECT * FROM
aws.ec2.describe_export_tasks;

Description

Describes the specified export instance tasks or all of your export instance tasks.

Table Definition

Column NameColumn Data Type
export_task_ids Input Column

The export task IDs.

VARCHAR[]
Show child fields
export_task_ids[]
filters Input Column

the filters for the export tasks.

STRUCT(
"name" VARCHAR,
"values" VARCHAR[]
)[]
Show child fields
filters[]
Show child fields
filters[].name

The name of the filter. Filter names are case-sensitive.

filters[].values[]
_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
export_tasks

Information about the export tasks.

STRUCT(
"description" VARCHAR,
"export_task_id" VARCHAR,
"export_to_s3_task" STRUCT(
"container_format" VARCHAR,
"disk_image_format" VARCHAR,
"s3_bucket" VARCHAR,
"s3_key" VARCHAR
),
"instance_export_details" STRUCT(
"instance_id" VARCHAR,
"target_environment" VARCHAR
),
"state" VARCHAR,
"status_message" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
Show child fields
export_tasks[]
Show child fields
export_tasks[].description

A description of the resource being exported.

export_tasks[].export_task_id

The ID of the export task.

export_tasks[].export_to_s3_task

Information about the export task.

Show child fields
export_tasks[].export_to_s3_task.container_format

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

export_tasks[].export_to_s3_task.disk_image_format

The format for the exported image.

export_tasks[].export_to_s3_task.s3_bucket

The Amazon S3 bucket for the destination image. The destination bucket must exist and have an access control list (ACL) attached that specifies the Region-specific canonical account ID for the Grantee. For more information about the ACL to your S3 bucket, see Prerequisites in the VM Import/Export User Guide.

export_tasks[].export_to_s3_task.s3_key

The encryption key for your S3 bucket.

export_tasks[].instance_export_details

Information about the instance to export.

Show child fields
export_tasks[].instance_export_details.instance_id

The ID of the resource being exported.

export_tasks[].instance_export_details.target_environment

The target virtualization environment.

export_tasks[].state

The state of the export task.

export_tasks[].status_message

The status message related to the export task.

export_tasks[].tags[]
Show child fields
export_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:.

export_tasks[].tags[].value

The value of the tag.

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