Skip to main content

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:

  1. Log in to the Cloud Portal.

  2. From the side navigation panel, click on Networks.

  3. In the top bar, navigate to the VPC Network tab.

  4. Click the ➕ (plus) icon to launch the VPC Network creation wizard.

  5. Select the Project under which this VPC Network will be created.

  6. Choose a Datacenter Location – The selected region will host your VPC.
    Note: Network plans may vary based on the datacenter.

  7. Define the CIDR Block – Enter the IP range (e.g., 10.0.0.0/16) for your VPC.

  8. Choose a Network Plan suited to your requirements (bandwidth, performance, etc.).

  9. Set the VPC Name and Description – Use meaningful identifiers.

  10. Click Review & Deploy to complete the VPC creation.


Important Notes After VPC Creation

  • 🔧 Create a Network Inside the VPC:
    After the VPC is created, you must also create a network (subnet) within it. Without a network, you will not be able to deploy or connect virtual machines to this VPC.

  • 🔁 Switching an Existing VM to a VPC:
    If you have already deployed a VM under an isolated/shared network and wish to move it to a VPC:

    • Go to the VM Settings > NICs (Network Interfaces).
    • Add the VPC network, set it as Primary, and remove the previous NIC.
    • ⚠️ You may be billed for both networks if the previous one is not removed.
  • 🧹 Clean Up Unused Networks:
    If the earlier Isolated or Shared network is no longer in use, it is recommended to delete it to avoid unnecessary billing.

  • 🌐 IP Address Changes When Switching:
    Changing from an isolated/shared network to a VPC will result in new public and private IP addresses.

    • You may retain IPs by requesting Static IP assignment, but it is generally more flexible and efficient to allow IPs via DHCP.

Deleting a VPC Network

To delete a VPC Network:

  1. Navigate to Networks in the Cloud Portal.

  2. Locate the VPC Network you wish to delete.

  3. Click on the 🗑️ trash icon beside the VPC.

  4. Provide the required:

    • Reason for Deletion
    • Description
    • Type of Deletion (immediate or scheduled)

Once confirmed, the VPC Network will be deleted based on your selection.


Need help designing your VPC?

Check out Network Planning Best Practices for guidance on subnetting, routing, and secure architecture.