---
title: "How to configure the OVHcloud Load Balancer in multiple zones"
description: "Use zones to increase availability and decrease latency"
url: https://docs.ovhcloud.com/es/guides/network/load-balancer/zones
lang: es
lastUpdated: 2025-12-02
---
# How to configure the OVHcloud Load Balancer in multiple zones

## Objective

The OVHcloud Load Balancer is a critical component for distributing network traffic across your infrastructure. To ensure the highest level of service and optimal user experience, it is essential to deploy your Load Balancer across multiple availability zones (AZ). When subscribing to an OVHcloud Load Balancer service, **you may choose one or more availability zones** in which the service will be located. You also have the possibility to **order additional zones** for an existing service.

Configuring your OVHcloud Load Balancer in multiple availability zones will help you **increase the reliability** of your Load Balancer service in case a zone is unavailable, or **minimize latency** for your users by directing the traffic to the service nearest to them.

This guide details how to configure and utilize these multiple zones to achieve enhanced performance and resilience.

:::info

Due to technical restrictions, when configuring an OVHcloud Load Balancer with two zones, if one is located in an APAC region and the other is not, traffic will be preferentially routed through the non-APAC zone first, even when the Load Balancer service is out of order in that zone.

This behavior is specific to cross-continent setups involving APAC zones. Therefore, we do not recommend configuring your Load Balancer in this manner.

You may find a list of OVHcloud regions on [our website](https://www.ovhcloud.com/en-gb/about-us/global-infrastructure/regions/).

:::

## Requirements

- An [OVHcloud Load Balancer](https://www.ovhcloud.com/en-gb/network/load-balancer/) service
- Access to the <ManagerLink to="/">OVHcloud Control Panel</ManagerLink>

## Introduction to availability zones

### Multi-region configuration

Load balancing across multiple regions offers **maximum disaster recovery against widespread regional outages** and allows for worldwide entry points that significantly **reduce latency** by routing users to the **nearest server**. Most regions only have one availability zone, which means that working with several zones usually involves working with several regions.

By leveraging an **Anycast network**, the OVHcloud Load Balancer can redirect requests coming from a specific region to the geographically nearest backend servers.

To achieve this, you need to specify a frontend in each zone that uses a cluster in the same zone. This will allow you to declare backend servers in different clusters per zone and to control which backend servers are used in which zone.

![Operation with several zones and several clusters](/images/network/load-balancer/zones/multi_zones_multi_backends.png)
_Diagram representing a load balancer distributing traffic across two regions_

For example, if you have backend servers in the Gravelines (GRA) and Beauharnois (BHS) regions, you can order a Load Balancer service in the `GRA` and `BHS` zones and configure:

- A frontend in the GRA zone with a default cluster in the GRA zone which contains servers in the Gravelines datacenter.
- A frontend in the BHS zone with a default cluster in the BHS zone that contains servers in the Beauharnois datacenter.

### Multi-AZ regions

OVHcloud is currently rolling out its strategic plan for multi-Availability Zone (multi-AZ) regions, beginning with the launch of Paris 3-AZ in April 2024 and Milan 3-AZ in November 2025.

Load balancing across several Availability Zones (AZs) within the same region, in contrast to a multi-region configuration, ensures **high availability**, **high performance** and **fault tolerance against local outages**, using **low-latency connections** and **Anycast** to distribute traffic in the most efficient way.

![Difference between multi-region and multi-AZ deployments](/images/network/load-balancer/zones/multi-az.png)
_Diagram representing a load balancer distributing traffic across the zones of a single multi-AZ region_

## Instructions

### Add a zone

#### From the OVHcloud Control Panel

You can order an additional zone from the OVHcloud Control Panel
. In the `Network
` section, under `Network services
`, click on `Load Balancer
`.
Select your Load Balancer, then in the `Home
` tab and the `Configuration
` menu, click `Add
` in the "Availability zones" section.
![Add a Load Balancer zone from the manager](/images/network/load-balancer/zones/add_Zone_IPLB.png)
Then select the zone(s) you wish to order and click `Add
`.
![Selection of a Load Balancer zone from the manager](/images/network/load-balancer/zones/Select_Zone_IPLB.png)
A purchase order will be generated, which you'll need to pay.

![Pay the Load Balancer zone order from the manager](/images/network/load-balancer/zones/Paybill_Zone_IPLB.png)
#### From the API

To order a zone via the API, you first need to create a cart.


🇪🇺EU▾

[POST/order/cart](https://eu.api.ovh.com/console/?section=/order&branch=v1#post-/order/cart)

Please make a note of the cart ID ("cart"), it will be useful later in the ordering process.

Then, assign the cart to your OVHcloud account via the following call:


🇪🇺EU▾

[POST/order/cart/{cartId}/assign](https://eu.api.ovh.com/console/?section=/order&branch=v1#post-/order/cart/-cartId-/assign)

You can list the options available on your Load Balancer service via the following call:


🇪🇺EU▾

[GET/order/cartServiceOption/ipLoadbalancing/{serviceName}](https://eu.api.ovh.com/console/?section=/order&branch=v1#get-/order/cartServiceOption/ipLoadbalancing/-serviceName-)

When you have found the option corresponding to the desired area, you can add it to your shopping cart ("cart") via the following call:


🇪🇺EU▾

[POST/order/cartServiceOption/ipLoadbalancing/{serviceName}](https://eu.api.ovh.com/console/?section=/order&branch=v1#post-/order/cartServiceOption/ipLoadbalancing/-serviceName-)

Finally, you can validate your cart ("cart") via the following call:


🇪🇺EU▾

[POST/order/cart/{cartId}/checkout](https://eu.api.ovh.com/console/?section=/order&branch=v1#post-/order/cart/-cartId-/checkout)

Don't forget to pay the order form thus generated.

### Configure your frontend

Once your zone order is finalized, you can add it to your Load Balancer from the OVHcloud Control Panel.

Select the Load Balancer you wish to modify, then create a new frontend, or edit an existing one, via the `Frontends
` tab.
In the `Datacenter
` field, choose the zone you wish to associate with your frontend.
If you want to use multiple zones, you can choose the special `ALL` zone. This special zone will allow you to deploy the same configuration on all zones subscribed to your Load Balancer service, which spares you having to duplicate the configuration for all zones.

![Zone selection](/images/network/load-balancer/zones/Select-Datacenter.png)
Once the frontend is configured, click `Add
` or `Modify
` depending on whether you are configuring a new frontend or an existing one.
Don't forget to deploy the configuration. To do this, click `Apply configuration
` in the reminder banner stating that the configuration is not applied.
![Applying a Load Balancer Configuration](/images/network/load-balancer/zones/apply-configuration.PNG)
## Go further

Join our [community of users](https://community.ovhcloud.com/).
