VPC — Overview
VPC (Virtual Private Cloud) is an isolated, fully segregated virtual network environment on FPT Cloud. Each VPC provides an independent IP address space, allowing you to deploy and manage compute resources (Instance, Load Balancer, Firewall…) within a controlled network scope.
Two VPC Types
| Type | Characteristics | Best for |
|---|---|---|
| General VPC | A general-purpose virtual network environment with flexible shared infrastructure. | Most standard workloads, development and testing environments. |
| Specific VPC | A dedicated virtual network environment with dedicated compute resources and custom network configuration. | Workloads requiring high performance, resource isolation, or deep custom network configuration. |
Note: The VPC type is selected at creation time and cannot be changed afterward. Consider carefully before creating.
Feature Availability
| Feature | General VPC | Specific VPC |
|---|---|---|
| Create Instance | Yes | Yes |
| Manage Subnet | Yes | Yes |
| Configure Security Group | Yes | Yes |
| Use Floating IP | Yes | Yes |
| Configure Firewall | Yes | Yes |
What You Can Do
- Create a new VPC with type General or Specific, set a name, choose Owner and Project.
- Configure a Subnet during VPC creation (optional).
- Edit the VPC name after creation.
- Assign tags to a VPC for classification and search.
- Filter the VPC list by desired criteria.
Navigation
In the left navigation bar, select Network → VPC.