> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/welcome/traffic/bandwidth-cluster/create-a-bandwidth-cluster.md).

# Create a Bandwidth Cluster

When you create a bandwidth cluster in a specified region, all computing resources created in the city covered by this region with specified pricing model, will be added in to this bandwidth cluster automatically.

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

<mark style="color:blue;">Creating a bandwidth cluster is available for VIP customers currently.</mark>

<mark style="color:blue;">Please contact us if you need.</mark>
{% endhint %}

## Prerequisites

* Currently only bare metal instances and virtual machine instances can be added in to the bandwidth cluster.
* The instance pricing model should be **Pay-as-you-go**; the public network pricing model should be [**Regional Aggregated Burstable 95th**](/welcome/pricing/network-billing/regional-aggregated-burstable-95th.md).

## Procedures

1. Go to **Products** > **Bandwidth Cluster**, and click **Create Bandwidth Cluster**.
2. Select the region where you want your computing resources share one bandwidth commitment and be aggregated to calculate the 95th peak bandwidth.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><mark style="color:blue;"><strong>Note</strong></mark></p><p><mark style="color:blue;">Hover on the region to view the cities it covers. See</mark> <a href="#supported-regions"><mark style="color:blue;"><strong>Supported Regions</strong></mark></a> <mark style="color:blue;">for more details about regions you can select.</mark></p><p><mark style="color:blue;">Only <strong>ONE</strong> bandwidth cluster can exist in one region.</mark></p></div>
3. Configure the bandwidth.\
   You can select the available bandwidth commitment or enter the value you want. You will see the corresponding price and burst capability.\
   See [**Regional Aggregated Burstable 95th**](/welcome/pricing/network-billing/regional-aggregated-burstable-95th.md) for more details about bandwidth cluster pricing.
4. Check the **Summary** and click **Confirm Order** and you can view your new bandwidth cluster in the list.

   <figure><img src="/files/DKNOQtjBlvUtJey9JZT4" alt=""><figcaption><p>Bandwidth Cluster List</p></figcaption></figure>
5. *<mark style="color:green;">(Optional)</mark>* You can also perform the following actions:
   * Click the bandwidth cluster name to view bandwidth usage details.
   * Go to **Actions** > **Change Commitment** to upgrade or downgrade the bandwidth commitment.
   * Go to **Actions** > **Order and Bill** to view order or bill details.

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

<mark style="color:blue;">Any upgrade or downgrade change of commitment will take effect on the 1st of next month.</mark>
{% endhint %}


---

# 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.console.zenlayer.com/welcome/traffic/bandwidth-cluster/create-a-bandwidth-cluster.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.
