Get-VBRAmazonEC2Region
Short Description
Returns AWS Regions and datacenters.
Platform: VMware, Hyper-V
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRAmazonEC2Region -Account <VBRAmazonAccount> -RegionType <VBRAmazonRegionType> [-Name <String>] [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of AWS Regions and datacenters.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Account |
Specifies AWS credentials records. Veeam Backup & Replication will use these credentials to connect to the AWS account.
Accepts the |
True |
Named |
False |
|
|
Name |
Specifies the AWS datacenter. The cmdlet will return the datacenter with the specified name. |
|
False |
Named |
False |
|
RegionType |
Specifies the AWS Regions type:
Veeam Backup & Replication will get an array of Amazon EC2 Regions based on the specified type. |
|
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Getting All AWS Regions by Region Type
This example shows how to get an array of all AWS Regions for the Global region type.
|
$account = Get-VBRAmazonAccount -Id "936edf7c-7cf3-4dbd-9895-c7485ef4bb2c" Get-VBRAmazonEC2Region -Account $account -RegionType Global -Name "eu-west-3" |
Perform the following steps:
- Run the
Get-VBRAmazonAccountReturns AWS credentials records. cmdlet. Specify theIdparameter value. Save the result to the$accountvariable. - Run the
Get-VBRAmazonEC2Regioncmdlet. Set the$accountvariable as theAccountparameter value. Set theGlobalvalue as theRegionTypeparameter value. Specify theNameparameter value.
Related Commands
Get-VBRAmazonAccountReturns AWS credentials records.