New-VBRAmazonEC2DiskConfiguration
Short Description
Creates storage volume settings for Amazon EC2 instances.
Applies to
Platform: VMware, Hyper-V
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBRAmazonEC2DiskConfiguration -DiskName <string> [-Include] [-DiskType <VBRAmazonEC2DiskType>{GeneralPurposeSSD | ProvisionedIOPSSSD | ColdHDD | ThroughtputOptimizedHDD | Magnetic}] [-ProvisionedIOPSNumber <int>] [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBRAmazonEC2DiskConfiguration object. This object contains storage volume settings for Amazon EC2 instances.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
DiskName |
Specifies the disk of the source machine. Veeam Backup & Replication will restore this disk to Amazon EC2. Note: You must specify the disk name in the "VMNAME.vhdx" format. |
String |
True |
Named |
False |
|
Include |
Defines that Veeam Backup & Replication will restore selected disks to Amazon EC2. Default: True. Note: To disable this option, set the parameter value to $false. That is, parameter_name:$false. |
SwitchParameter |
False |
Named |
False |
|
DiskType |
Specifies the storage volume type. Veeam Backup & Replication will saves disks of the restored machine as Amazon Elastic Block Store (EBS) volumes. You can select the following types of EBS volumes:
|
VBRAmazonEC2DiskType |
False |
Named |
False |
|
ProvisionedIOPSNumber |
For the ProvisionedIOPSSSD option. Specifies the number of input/output operations per second for the volume. |
Int |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
None.
Examples
Example 1. Defining Storage Volume Settings for Computer
|
This example shows how to define Cold HDD storage volume for a computer disk backed-up with Veeam Agent for Microsoft Windows.
Perform the following steps:
|
Example 2. Defining Storage Volume Settings for Hyper-V VMs
|
This example shows how to define Cold HDD storage volume for a disk of a Microsoft Hyper-V VM.
Perform the following steps:
|
Example 3. Defining Storage Volume Settings for Other Workloads
|
This example shows how to define Cold HDD storage volume for for a disk of a workload other than computers backed-up with Veeam Agent for Microsoft Windows. This example shows how to do it for a VMware vSphere VM.
Perform the following steps:
|