Product docs and API reference are now on Akamai TechDocs.
Search product docs.
Search for “” in product docs.
Search API reference.
Search for “” in API reference.
Search Results
 results matching 
 results
No Results
Filters
Guides - Create a VPC
A virtual private cloud enables private communication between Compute Instances, isolating your network traffic from other customers and the internet.
This guide walks you through creating a VPC through Cloud Manager, Linode CLI, and Linode API.
Get Started
Open the Create Form in Cloud Manager or start entering your Linode CLI or Linode API command.
Set the Basic Parameters
Select the region and enter a label and description for the VPC.
Region: Select the data center where the VPC should be deployed. Since VPCs do not span multiple data centers, only services within the selected data center can join the VPC. For a list of regions that support VPCs, review VPCs > Availability.
Label: Enter an alphanumeric string (containing only letters, numbers, and hyphens) to identify the VPC. A good label should provide some indication as to the purpose or intended use of the VPC.
Description: Adding tags gives you the ability to categorize your Linode services however you wish. If you’re a web development agency, you could add a tag for each client you have. You could also add tags for which services are for development, staging, or production.
Define Subnets
Subnets partition out the VPC into smaller networks, allowing groups of related systems to be separated from other functions of your applications or workloads. At least one subnet is required, though up to 10 can be created for each VPC.
Subnet Label: Enter an alphanumeric string (containing only letters, numbers, and hyphens) to identify the subnet. It should be unique among other subnets in the same VPC and should provide an indication as to its intended usage.
Subnet IP Address Range: VPC subnet ranges must be in the RFC1918 IPv4 address space designated for private networks. That said, it cannot overlap with the
192.168.128.0/17
range set aside for Private IP addresses on Compute Instances.
Follow the instructions below to create multiple subnets. You are also able to add, edit, and remove subnets from the VPC after it has been created.
Deploy the VPC
Once all fields have been entered, you can click the Create VPC button in Cloud Manager or run the Linode CLI or Linode API command. If you are using Cloud Manager, you are taken to the VPC’s details page where you can view and edit the VPC and its subnets.
Next Steps
Once the VPC has been created, the next step is to start adding services to it. Currently, only Compute Instances can be added to the VPC.
- Add an Existing Compute Instance to the VPC: Review the Assign Existing Compute Instance to a VPC Subnet guide.
- Add a new Compute Instance to the VPC: To add a new instance, follow the Create a Compute Instance workflow and complete the VPC section.
This page was originally published on