> For the complete documentation index, see [llms.txt](https://docs.cloudeka.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.id/deka_flexi/deka-flexi-network/6.2_floating_ip/assign-floating-ip.md).

# Assign Floating IP

If your instance require an external IP address for external access, you can assign a Floating IP by following these steps:

* On the **Network** page select the **Floating IP tab**.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/6network/6.33%20Network%20Page%20-%20Floating%20IP.png" alt=""><figcaption><p>Network Page - Floating IP</p></figcaption></figure>

* In **Floating IP Type**, there are two Floating IP Types, namely **Reserved** and **Non Reserved**. In the **Non-Reserved** type when you **Reassign Instance** then the IP used will be deleted from the list in the Floating IP, while in the **Reserved** type if you **Reassign Instance** then the IP used will remain on the list in Floating IP so you can use the IP for other instances of your project.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/6network/6.34%20Network%20Page%20-%20Floating%20IP%20Type.png" alt=""><figcaption><p>Network Page - Floating IP - Floating IP Type</p></figcaption></figure>

* On the **Billing Type**, there are two types of Billing Type, i.e **Fixed** and **Trial**.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/6network/6.35%20Network%20Page%20-%20Billing%20Type.png" alt=""><figcaption><p>Network Page - Floating IP - Billing Type</p></figcaption></figure>

* On the **Resource Type**, there are two types of Resource Type, i.e **Instance** and **Load Balancer**.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/6network/6.36%20Network%20Page%20-%20Resource%20Type.png" alt=""><figcaption><p>Network Page - Floating IP - Resource Type</p></figcaption></figure>

* If you choose **Instance** on Resource Type, then select the instance that you want to assign Floating IP. After that, click **Assign Floating IP**.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/6network/6.37%20Network%20Page%20-%20Resource.png" alt=""><figcaption><p>Network Page - Floating IP - Resource</p></figcaption></figure>

* In the **VPC Port** column, select the VPC used by the Instance and press the **Assign Floating IP** button.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/6network/6.27%20Network%20Page%20-%20Assign%20Floating%20IP.png" alt=""><figcaption><p>Assign Floating IP</p></figcaption></figure>

* The Assign Floating IP window appears, press the Yes, I Agree button to continue the process.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/6network/6.39%20Network%20Page%20-%20Assign%20Floating%20IP-yes.png" alt=""><figcaption><p>Assign Floating IP</p></figcaption></figure>

* If the Floating IP is succesfully assigned, the Floating IP will be display in Floating IP list.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/6network/6.40%20Floating%20IP%20List.png" alt=""><figcaption><p>Network Page - Floating IP List</p></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, and the optional `goal` query parameter:

```
GET https://docs.cloudeka.id/deka_flexi/deka-flexi-network/6.2_floating_ip/assign-floating-ip.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
