# MaxScale Redundancy

MariaDB MaxScale serves as the load balancer in certain MariaDB Cloud topologies.

MariaDB Cloud supports MaxScale Redundancy as an option at time of launch:

* This feature is not enabled by default. By default, topologies that use MaxScale contain only one MaxScale node.
* When MaxScale Redundancy is selected, MaxScale nodes are deployed in a highly available (HA) active-active configuration behind round robin load balancing.
* When MaxScale Redundancy is enabled, MaxScale instance size can be selected.
* MaxScale Redundancy is available to Power Tier customers.

## Compatibility

* Replicated Transactions `{{space.vars.server}}`

## Enable MaxScale Redundancy

1. Launch a MariaDB Cloud service:
2. Check the "Enable MaxScale Redundancy" checkbox.
3. Choose the [MaxScale instance size](/docs/mariadb-cloud/reference/mariadb-cloud-instance-sizes.md)


---

# 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://mariadb.com/docs/mariadb-cloud/reference/maxscale-redundancy.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.
