CreateVpcEndpoint

GET /?Action=CreateVpcEndpoint
Description

Creates a Virtual Private Cloud (VPC) endpoint to access a 3DS OUTSCALE service from this VPC without using the Internet and External IP addresses.
You specify the service using its prefix list name. For more information, see DescribePrefixLists.
To control the routing of traffic between the VPC and the specified service, you can specify one or more route tables. Instances placed in subnets associated with the specified route table thus use the VPC endpoint to access the service. When you specify a route table, a route is automatically added to it with the destination set to the prefix list ID of the service, and the target set to the ID of the endpoint.

Note

VPC endpoints are currently available for connections with Object Storage Unit (OSU) only.

Body parameter

Required: false
Name: CreateVpcEndpointRequest

Name Description Required Schema Default Example

RouteTableId.N

One or more IDs of route tables to use for the connection.

false

string

ServiceName

The prefix list name corresponding to the service (for example, com.outscale.eu-west-2.osu for OSU).

true

string

VpcId

The ID of the VPC.

true

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

CreateVpcEndpointResult

Response 200

Response 200

Name Description Required Schema Default Example

requestId

The ID of the request.

false

string

vpcEndpoint

Information about the newly created VPC endpoint.

false

VpcEndpoint