# Create VPC Network

This guide explains how to create a VPC Network. VPC Network is also the basis for creating a Virtual Machine, you must create a VPC Network before creating a Virtual Machine.

* Go to **Network** page.

<figure><img src="/files/uIbWvA0ALnuTG2OvQRE7" alt=""><figcaption></figcaption></figure>

* Click **Create VPC** button.

<figure><img src="/files/BWEA5SFwI1D6QCJEViQ8" alt=""><figcaption></figcaption></figure>

* Select the Wizard Simple tab and Fill in the Create VPC Network form.

<table><thead><tr><th width="169">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>Name of VPC Network</td></tr><tr><td><strong>Description</strong></td><td>Description of VPC Network</td></tr><tr><td><strong>Billing Type</strong></td><td>- PPU<br>- Fixed</td></tr><tr><td><strong>IP Address</strong></td><td>Enter Private IP Address also the subnetmask, The Internet Assigned Number Authority (IANA) has assigned several address ranges to be used by private networks. Address ranges to be use by private network are:<br><br>- Class A: 10.0.0.0 to 10.255.255.255<br>- Class B: 172.16.0.0 to 172.31.255.255<br>- Class C: 192.168.0.0 to 192.168.255.255<br><br>An IP address within these ranges is therefore considered non-routable, as it is not unique. Any private network that needs to use IP addresses internally can use any address within these ranges without any coordination with IANA or an Internet registry. Addresses within this private address space are only unique within a given private network.</td></tr><tr><td><strong>VPC Type</strong></td><td>There are two types available on the VPC:<br>a.<strong>Simple</strong> support services that need to be connected to the internet and have access to resources outside the VPC.<br>b.<strong>Isolated</strong> is used to fully isolate resources and data from the internet or other resources outside the VPC.<br>VPC type difference is the simple type you can add Floating IP to the network configuration.</td></tr></tbody></table>

* After filling out all the forms in the VPC Network, click **Create VPC Network.**

<figure><img src="/files/5gPxxkzeew3xAA9PTC8T" alt=""><figcaption></figcaption></figure>

* There will be a notification if the VPC Network is successfully created **"VPC network has been successfully created".**

<figure><img src="/files/JrS3yQl9y1YbFrCGVpjr" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/guidance-for-individual/deka-flexi/deka-flexi-network/vpc-network/create-vpc-network.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
