Get-VBOAmazonInstanceType

Short Description

Returns an instance type that the Amazon archiver appliance will use.

Syntax

Get-VBOAmazonInstanceType -AmazonS3ConnectionSettings <VBOAmazonS3ConnectionSettings> [-Name <String>]

-RegionId <String> [<CommonParameters>]

Detailed Description

This cmdlet returns the VBOAmazonInstanceType object.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

AmazonS3ConnectionSettings

Specifies an active session with Amazon S3 object storage repository.

Accepts the VBOAmazonS3ConnectionSettings object.

To create this object, run the New-VBOAmazonS3ConnectionSettingsDefines connection settings to Amazon S3 object storage repository. cmdlet.

VBOAmazonS3ConnectionSettings

True

Named

False

Name

Specifies a name of an instance type. The cmdlet will return the instance type with this name.

String

False

Named

False

RegionId

Specifies a region of Amazon S3 object storage repository.

For example, us-east-1.

For more information, see this Amazon article.

String

True

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.

Output Object

The cmdlet returns the VBOAmazonInstanceType object that the Amazon archiver appliance will use.

Examples

Getting Instance Type

This example shows how to get the instance type that the Amazon archiver appliance will use.

$S3account = Get-VBOAmazonS3Account -AccessKey "?Iqws8NewidZydk"

$S3connection = New-VBOAmazonS3ConnectionSettings -Account $S3account -RegionType Global

Get-VBOAmazonInstanceType -AmazonS3ConnectionSettings $S3connection -RegionId eu-central-1 -Name m6i.2xlarge

Perform the following steps:

  1. Run the Get-VBOAmazonS3AccountReturns Amazon S3 storage account credentials. cmdlet. Specify the AccessKey parameter value. Save the result to the $S3account variable.
  2. Run the New-VBOAmazonS3ConnectionSettingsDefines connection settings to Amazon S3 object storage repository. cmdlet. Set the $S3account variable as the Account parameter value. Specify the RegionType parameter value. Save the result to the $S3connection variable.
  3. Run the Get-VBOAmazonInstanceType cmdlet. Specify the following settings:
    • Set the $S3connection variable as the AmazonS3ConnectionSettings parameter value.
    • Specify the RegionId parameter value.
    • Specify the Name parameter value.

Page updated 2026-08-21

Page content applies to build 8.6.0.1102