New-VBRAmazonIpAddress

Short Description

Defines settings of a private IP address for Amazon EC2 instances.

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

New-VBRAmazonIpAddress -Type <VBRAmazonIpAddressType> [-Ip <String>] [<CommonParameters>]

Detailed Description

This cmdlet defines settings for a private IP address that will be used during restore to Amazon EC2.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Ip

Used if Type is set to Static.

Specifies a private static IP address.

String

False

Named

False

Type

Specifies type of a private IP address. You can set the following types:

  • Dynamic: use this option to define a private dynamic IP address.
  • Static: use this option to define a private static IP address.

VBRAmazonIpAddressType

True

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRAmazonIpAddress

Examples

Defining Static IP Address

This command defines a static IP address.

New-VBRAmazonIpAddress -Type Static -Ip "172.172.72.72"

Page updated 2026-08-19

Page content applies to build 13.1.1.18