ec2_create_instance_export_task: Exports a running or stopped instance to an Amazon S3 bucket

View source: R/ec2_operations.R

ec2_create_instance_export_taskR Documentation

Exports a running or stopped instance to an Amazon S3 bucket

Description

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.

Usage

ec2_create_instance_export_task(
  Description = NULL,
  ExportToS3Task,
  InstanceId,
  TargetEnvironment,
  TagSpecifications = NULL
)

Arguments

Description

A description for the conversion task or the resource being exported. The maximum length is 255 characters.

ExportToS3Task

[required] The format and location for an export instance task.

InstanceId

[required] The ID of the instance.

TargetEnvironment

[required] The target virtualization environment.

TagSpecifications

The tags to apply to the export instance task during creation.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.