--- title: "New-VBOAmazonArchiverAppliance" description: "This cmdlet creates the VBOAmazonArchiverAppliance object. This object contains settings of the Amazon archiver appliance that Veeam Backup for Microsoft 365 will use when transferring backed-up data between different instances of the general..." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/new-vboamazonarchiverappliance.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Backup Infrastructure > Archiver Appliances > New-VBOAmazonArchiverAppliance" dateModified: "2026-08-21" --- # New-VBOAmazonArchiverAppliance ## Short Description Defines the Amazon archiver appliance settings. ## Syntax This cmdlet provides the following parameter sets:
IpRangesParamSet
ProxyParamSet
ProxyPoolParamSet
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
InstanceType |
Specifies an instance type that the archiver appliance will use. For more information on instance types, see this Amazon article. Default: m6i.xlarge (4 CPU/16 GB) Accepts the To get this object, run the |
False |
Named |
False |
|
|
IpRanges |
Specifies a range of IPv4 addresses for the specified security group. |
|
True |
Named |
False |
|
Port |
Specifies a port number. The cmdlet will use this port number to route requests between the archiver appliance and Veeam Backup for Microsoft 365 backup infrastructure components. Default: 443 |
|
False |
Named |
False |
|
ProxyIpRange |
Specifies public IPv4 address of a backup proxy server. Accepts the To get this object, run the |
True |
Named |
False |
|
|
ProxyPoolIpRange |
Specifies public IPv4 addresses of all backup proxy servers added to a backup proxy pool. Accepts the To get this object, run the |
True |
Named |
False |
|
|
SecurityGroup |
Specifies a security group that will be associated with the archiver appliance. For more information on security groups for Amazon VPC, see this Amazon article. Default: Create new This value indicates that a new security group will be created in a region where a bucket with the specified folder is located when you run the Accepts the To get this object, run the |
False |
Named |
False |
|
|
Subnet |
Specifies the archiver appliance subnet. Default: Create new This value indicates that a new subnet will be created in a region where a bucket with the specified folder is located when you run the Accepts the To get this object, run the |
False |
Named |
False |
|
|
VPC |
Specifies the Amazon Virtual Private Cloud (Amazon VPC). The cmdlet will launch the target EC2 instance on this Amazon VPC. For more information on the Amazon VPC, see this Amazon article. Default: Create new This value indicates that a new Amazon VPC will be created in a region where a bucket with the specified folder is located when you run the Accepts the To get this object, run the |
False |
Named |
False |