AmazonEC2Client.CreateCustomerGateway Method (CreateCustomerGatewayRequest)

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

Provides information to AWS about your customer gateway device. The customer gateway is the appliance at your end of the VPN connection (compared to the VPN gateway, which is the device at the AWS side of the VPN connection). You can have a single active customer gateway per AWS account (active means that you've created a VPN connection to use with the customer gateway). AWS might delete any customer gateway that you create with this operation if you leave it inactive for an extended period of time.

You must provide the Internet-routable IP address of the customer gateway's external interface. The IP address must be static.

You must also provide the device's Border Gateway Protocol (BGP) Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don't have an ASN already, you can use a private ASN (in the 64512 - 65534 range). For more information about ASNs, go to http://en.wikipedia.org/wiki/Autonomous_system_%28Internet%29.

Namespace: Amazon.EC2
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public virtual CreateCustomerGatewayResponse CreateCustomerGateway(
         CreateCustomerGatewayRequest createCustomerGatewayRequest
)

Parameters

createCustomerGatewayRequest
Type: Amazon.EC2.Model.CreateCustomerGatewayRequest

Container for the necessary parameters to execute the CreateCustomerGateway service method on AmazonEC2.

Return Value
Type: Amazon.EC2.Model.CreateCustomerGatewayResponse
The response from the CreateCustomerGateway service method, as returned by AmazonEC2.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5