# Manage a Load Balancer

## Bind Elastic IPv4

The elastic public IPv4 serves as a load balancer's VIP (Virtual IP), which is the external access address of the load balancer. You can bind multiple elastic IPv4 addresses to your load balancer if you have high traffic and capacity requirements.

{% hint style="info" %} <mark style="color:blue;">**Note**</mark>

<mark style="color:blue;">You can only bind elastic IPs within the same region as the load balancer.</mark>
{% endhint %}

On the load balancer list page, go to **Actions** > **Bind Elastic IPv4**; or on the Details page, go to **Information** > **Network configuration** > **Bind Elastic IPv4**.

<div align="left" data-with-frame="true"><figure><img src="/files/xc7jcg9GFaLlFDRlykGU" alt="" width="375"><figcaption></figcaption></figure></div>

Check the desired IPs and click **Confirm**. If no desired elastic IP is available, click **New Elastic IPv4** to create one.

To unbind an IP, go to the Details page, **Information** > **Network configuration** > **Public IP Address** > **Actions** > **Unbind**.

***

## Change Security Group

You need to change the associated security group of a load balancer when the **traffic access requirements** to the load balancer change.

On the load balancer list page, go to **Actions** > **Change Security Group**.

<div align="left" data-with-frame="true"><figure><img src="/files/T2OZ0bwReITWnCjnJIWi" alt="" width="375"><figcaption></figcaption></figure></div>

Select the desired security group. If no desired security group is available, click **New Security Group** to create one.

***

## Check Performance

You should review load balancer performance metrics when experiencing access issues, traffic spikes, configuration changes, or during capacity and cost planning.

Click the load balancer name to go to the Details page.

<div align="left" data-with-frame="true"><figure><img src="/files/L4KQ6C8lJXuhDDDGXQ8B" alt=""><figcaption></figcaption></figure></div>

### Listener Metrics

Select all Listeners or a specified listener during a custom time range to check the following performance metrics.

**Concurrent Connections (Counts/min)** Indicates the number of active connections at a given time. Used to identify connection saturation, long-lived connections, or the need for capacity scaling.

**CPS (Connections Per Second / Counts/s)** Measures the rate of new connections. Useful for detecting traffic bursts, sudden workload increases, or abnormal connection behavior.

**Network Throughput** Shows real-time combined inbound and outbound bandwidth rate processed by a load balancing instance within one hour, measured in bits per second (bps). Used to assess whether the load balancer is approaching throughput limits.

**Data Transfer** Represents the combined inbound and outbound data transfer processed by a load balancing instance within a selected time range, measured in GB. Primarily used for traffic analysis and billing evaluation.

### Network Metrics

Select all elastic IPs or a specified IP during a custom time range to check the following performance metrics.

**Bandwidth** Reflects inbound bytes transferred to and outbound bytes transferred from a public IP address per second. Used to determine whether bandwidth is sufficient or needs to be increased.

**Packet Transmission** Tracks inbound packets received by and outbound packets transmitted from a public IP address per second. Helpful for diagnosing network quality issues, such as packet bursts or inefficiencies caused by small-packet traffic.

***

## Delete a Load Balancer

If you don't need a load balancer any more, you can manually delete it.

On the load balancer list page, go to **Actions** > **Delete**. Type 'Delete' or 'delete' to confirm deletion.

All attached resources will be detached. The listeners, forwarding rules, and other configurations will be permanently cleared and cannot be recovered. Please proceed with caution.

For elastic IPs, you can select one or more elastic IPs to delete them simultaneously.

<div align="left" data-with-frame="true"><figure><img src="/files/Lgo59yClxsc8HEP9GXqR" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %} <mark style="color:blue;">**Note**</mark>

* <mark style="color:blue;">After deletion, the load balancer will be automatically released after 24 hours and can be restored with one click within this period.</mark>
* <mark style="color:blue;">You can also permanently delete it manually at any time.</mark>
  {% endhint %}


---

# Agent Instructions: 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.console.zenlayer.com/welcome/elastic-compute/load-balancing/manage-a-load-balancer.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.
