ec2_import_volume: This API action supports only single-volume VMs

View source: R/ec2_operations.R

ec2_import_volumeR Documentation

This API action supports only single-volume VMs

Description

This API action supports only single-volume VMs. To import multi-volume VMs, use import_image instead. To import a disk to a snapshot, use import_snapshot instead.

See https://www.paws-r-sdk.com/docs/ec2_import_volume/ for full documentation.

Usage

ec2_import_volume(
  DryRun = NULL,
  AvailabilityZone,
  Image,
  Description = NULL,
  Volume
)

Arguments

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

AvailabilityZone

[required] The Availability Zone for the resulting EBS volume.

Image

[required] The disk image.

Description

A description of the volume.

Volume

[required] The volume size.


paws.compute documentation built on April 4, 2025, 5:47 a.m.