Connect-VBRAmazonS3CompatibleService
Short Description
Connects to S3 compatible object storage.
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Connect-VBRAmazonS3CompatibleService -Account <VBRAmazonAccount> [-GatewayServer <CHost[]>] [-ConnectionType <VBRRepositoryConnectionType>] -CustomRegionId <String> -ServicePoint <String> [-ServiceType <VBRAmazonServiceType>] [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet connects to S3 compatible object storage. It creates the IVBRAmazonS3Connection object that contains the connection settings for the following types of storage:
- S3 compatible object storage
- S3 compatible object storage with data archiving
- AWS Snowball Edge device
- Wasabi Cloud Object Storage
You can use these settings to add S3 compatible devices to the backup infrastructure as the following types of repositories:
- An object storage repository. Run the
Add-VBRAmazonS3CompatibleRepositoryAdds S3 compatible and S3-integrated object storage repositories to the backup infrastructure. cmdlet to add S3 compatible object storage as an object storage repository. - An external repository. Run the
Add-VBRAmazonS3ExternalRepositoryAdds external Amazon S3 storage repository to the backup infrastructure. cmdlet to add S3 compatible as an external repository. - A capacity extent of a scale-out backup repository.
- An archive extent of a scale-out backup repository.
Note |
|
Consider the following:
|
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Account |
Specifies an S3 compatible service credentials record. Veeam Backup & Replication will use this credentials record to connect to S3 compatible object storage or S3 compatible object storage with data archiving.
Accepts the |
True |
Named |
True (ByValue) |
|
|
ConnectionType |
Specifies how Veeam Backup & Replication will access the object storage repository:
Default: |
|
False |
Named |
False |
|
CustomRegionId |
Specifies an Amazon S3 region where your S3 compatible object storage or or S3 compatible object storage with data archiving are located.
Note: To connect to the AWS Snowball Edge device, you must provide the |
|
True |
Named |
False |
|
Force |
Defines that the cmdlet will set up a connection to S3 compatible object storage even if Veeam Backup & Replication or Veeam Agent cannot validate that the certificate is issued from the trusted authorities. |
|
False |
Named |
False |
|
GatewayServer |
Specifies an array of gateway servers that you want to use to transfer data from processed VM to object storage repositories. Note: If you use S3 compatible service credentials records to connect to S3 compatible object storage with data archiving, the cmdlet will ignore these gateway server settings. It will use the settings that you specify for an archiver appliance. |
|
False |
Named |
False |
|
ServicePoint |
Specifies the endpoint. The cmdlet will use this endpoint to connect to S3 compatible object storage or S3 compatible object storage with data archiving. |
|
True |
Named |
False |
|
ServiceType |
Specifies the type of the backup repository. The cmdlet will add the object storage as the specified type of the backup repository to the backup infrastructure.
|
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRAmazonS3CompatibleRepository
Examples
Example 1. Connecting to S3 Compatible Object Storage
|
This example shows how to connect to S3 compatible object storage.
Perform the following steps:
|
Example 2. Connecting to AWS Snowball Edge
|
This example shows how to connect to AWS Snowball Edge.
Perform the following steps:
|
Related Commands
Get-VBRAmazonAccountReturns AWS credentials records.