View source: R/ec2_operations.R
ec2_import_image | R Documentation |
To import your virtual machines (VMs) with a console-based experience, you can use the Import virtual machine images to Amazon Web Services template in the Migration Hub Orchestrator console. For more information, see the Migration Hub Orchestrator User Guide .
See https://www.paws-r-sdk.com/docs/ec2_import_image/ for full documentation.
ec2_import_image(
Architecture = NULL,
ClientData = NULL,
ClientToken = NULL,
Description = NULL,
DiskContainers = NULL,
DryRun = NULL,
Encrypted = NULL,
Hypervisor = NULL,
KmsKeyId = NULL,
LicenseType = NULL,
Platform = NULL,
RoleName = NULL,
LicenseSpecifications = NULL,
TagSpecifications = NULL,
UsageOperation = NULL,
BootMode = NULL
)
Architecture |
The architecture of the virtual machine. Valid values: |
ClientData |
The client-specific data. |
ClientToken |
The token to enable idempotency for VM import requests. |
Description |
A description string for the import image task. |
DiskContainers |
Information about the disk containers. |
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 |
Encrypted |
Specifies whether the destination AMI of the imported image should be
encrypted. The default KMS key for EBS is used unless you specify a
non-default KMS key using |
Hypervisor |
The target hypervisor platform. Valid values: |
KmsKeyId |
An identifier for the symmetric KMS key to use when creating the
encrypted AMI. This parameter is only required if you want to use a
non-default KMS key; if this parameter is not specified, the default KMS
key for EBS is used. If a The KMS key identifier may be provided in any of the following formats:
Amazon Web Services parses The specified KMS key must exist in the Region that the AMI is being copied to. Amazon EBS does not support asymmetric KMS keys. |
LicenseType |
The license type to be used for the Amazon Machine Image (AMI) after importing. Specify To use |
Platform |
The operating system of the virtual machine. If you import a VM that is compatible with Unified Extensible Firmware Interface (UEFI) using an EBS snapshot, you must specify a value for the platform. Valid values: |
RoleName |
The name of the role to use when not using the default role, 'vmimport'. |
LicenseSpecifications |
The ARNs of the license configurations. |
TagSpecifications |
The tags to apply to the import image task during creation. |
UsageOperation |
The usage operation value. For more information, see Licensing options in the VM Import/Export User Guide. |
BootMode |
The boot mode of the virtual machine. The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.