View source: R/ec2_operations.R
ec2_import_instance | R Documentation |
We recommend that you use the import_image
API. For more information, see Importing a VM as an image using VM Import/Export in the VM Import/Export User Guide.
See https://www.paws-r-sdk.com/docs/ec2_import_instance/ for full documentation.
ec2_import_instance(
Description = NULL,
DiskImages = NULL,
DryRun = NULL,
LaunchSpecification = NULL,
Platform
)
Description |
A description for the instance being imported. |
DiskImages |
The disk image. |
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 |
LaunchSpecification |
The launch specification. |
Platform |
[required] The instance operating system. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.