Create a VPC

Create a new VPC and optionally associated VPC Subnets.

  • Users must have the add_vpc grant to access this operation.
  • A successful request triggers a vpc_create event and subnet_create events for any created VPC Subnets.

After you create a VPC, you can attach it to a Linode by assigning a VPC subnet to one of the Linode's network interfaces. To do this, you can run the following operations:

You can also attach managed databases and NodeBalancers to a subnet.

​​​​​

linode-cli vpcs create \
  --description "A description of my VPC." \
  --label cool-vpc \
  --region us-east \
  --subnets.label cool-vpc-subnet \
  --subnets.ipv4 10.0.1.0/24

<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
vpc:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
Language
Credentials
Click Try It! to start a request and see the response here!