docs/content/stable/yugabyte-cloud/cloud-basics/cloud-vpcs/cloud-add-vpc.md
A virtual private cloud (VPC) is a virtual network where you can deploy clusters that you want to connect with services hosted with the same provider. The VPC reserves a range of IP addresses with the cloud provider you select.
For lowest latencies, create your VPC in the same region(s) as your applications. If you are connecting to your application via a private service endpoint, your cluster VPC must be located in the same region as the VPC endpoint to which you are linking.
VPCs on the VPC Network tab of the Networking page displays a list of VPCs configured for your cloud that includes the VPC name, provider, region, CIDR, number of peering connections, number of clusters deployed in the VPC, and status.
To view VPC details, select a VPC in the list to display the VPC Details sheet.
To terminate a VPC, click the Delete icon for the VPC in the list you want to terminate, and then click Terminate. You can also terminate a VPC by clicking Terminate VPC in the VPC Details sheet. You can't terminate a VPC with active peering connections or clusters.
To create a VPC, do the following:
{{< tabpane text=true >}}
{{% tab header="AWS" lang="aws" %}}
{{% /tab %}}
{{% tab header="Azure" lang="azure" %}}
{{% /tab %}}
{{% tab header="GCP" lang="gcp" %}}
On the Networking page, select VPC Network, then VPCs.
Click Create VPC to display the Create VPC sheet.
Enter a name for the VPC.
Choose the provider (GCP).
Choose one of the following options:
Specify the CIDR address. CIDR addresses in different regions can't overlap.
Ensure the address does not overlap with that of the application VPC.
Click Save.
{{% /tab %}}
{{< /tabpane >}}
YugabyteDB Aeon adds the VPC to the VPCs list with a status of Creating. If successful, after a minute or two, the status will change to Active.
If you need additional VPCs, contact {{% support-cloud %}}.