VPC Network
What is a VPC Network?
A Virtual Private Cloud (VPC) is a logically isolated virtual networking environment that allows you to launch, manage, and secure cloud resources. With a VPC, you have granular control over your networking infrastructure, including:
- Custom IP address ranges
- Subnet configurations
- Route tables
- Gateways and NATs
VPCs are ideal for securely managing cloud workloads while maintaining flexibility and scalability.
Creating a VPC Network
To create a VPC Network on the Webberstop Cloud Portal, follow these steps:
-
Log in to the Cloud Portal.
-
From the side navigation panel, click on Networks.
-
In the top bar, navigate to the VPC Network tab.
-
Click the ➕ (plus) icon on the right to launch the VPC Network creation wizard.
-
Select the Project under which this VPC Network will be created.
Projects help organize cloud resources and manage access rights for teams. -
Choose a Datacenter Location
The selected region will host your VPC.
Note: Network plans may vary based on the datacenter. -
Define the CIDR Block
Enter the CIDR notation to allocate the IP address range for your VPC (e.g.,10.0.0.0/16
). -
Choose a Network Plan
Select from the available network plans offered for the chosen datacenter. These plans may differ in terms of features, bandwidth, or cost. -
Set the VPC Name and Description
Provide a meaningful name and description to easily identify your VPC later. -
Review your configuration, then click Review & Deploy to create the VPC Network.
Deleting a VPC Network
To remove a VPC Network:
-
Navigate to Networks from the left-hand side menu of the dashboard.
-
Locate the VPC Network you wish to delete.
-
Click on the 🗑️ trash icon associated with that network.
-
A confirmation prompt will appear. You will be required to:
- Provide a Reason for Deletion
- Add a brief Description
- Specify the Type of Deletion (e.g., immediate, scheduled)
Once confirmed, the VPC Network will be queued for deletion based on your selected parameters.
- :::tip Need help designing your VPC?
- Check out Network Planning Best Practices for guidance on subnetting, routing, and secure architecture.
- :::