Create a Cloud Connect attachment via IPSec VPN
Creates a Cloud Connect attachment via a specified VPN server. Currently Static and Dynamic (BGP) VPN attachments are available. The created connection will be available within 3-5 minutes.
Authentication
AuthorizationBearer
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
Request
This endpoint expects an object.
type
Allowed values:
name
public_ip
the public ip of the VPN server to attach to
premise_cidr
description
region
psk
the PSK for the connection, if left empty it is generated by aws
asn
if type = 3 is selected, this parameter must be specified and denotes the autonomous system number
inside_cidr
up to 3 private ip address ranges denoting the BGP routers CIDR. if left empty, these are generated
Response
Response to a POST that results in a creation, usually will return a Location header pointing to the location of the new resource