Exports a running or stopped instance to an Amazon S3 bucket.
See https://www.paws-r-sdk.com/docs/ec2_create_instance_export_task/ for full documentation.
ec2_create_instance_export_task(
TagSpecifications = NULL,
Description = NULL,
InstanceId,
TargetEnvironment,
ExportToS3Task
)
The tags to apply to the export instance task during creation.
A description for the conversion task or the resource being exported. The maximum length is 255 characters.
[required] The ID of the instance.
[required] The target virtualization environment.
[required] The format and location for an export instance task.