CreateVpc

GET /?Action=CreateVpc
Description

Creates a Virtual Private Cloud (VPC) with a specified CIDR block.
The CIDR block (network range) of your VPC must be between a /28 netmask (16 IP addresses) and a /16 netmask (65 536 IP addresses).

Body parameter

Required: false
Name: CreateVpcRequest

Name Description Required Schema Default Example

CidrBlock

The CIDR block for the VPC (for example, 10.0.0.0/16).

true

string

InstanceTenancy

The tenancy options of the instances (default if an instance created in a VPC can be lauched with any tenancy, dedicated if it can be launched with dedicated tenancy instances running on single-tenant hardware).

false

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

CreateVpcResult

Response 200

Response 200

Name Description Required Schema Default Example

requestId

The ID of the request.

false

string

vpc

Information about the newly created VPC.

false

Vpc