All Products
Search
Document Center

ApsaraDB RDS:[Special offers/Price changes] One dedicated database proxy is provided free of charge for ApsaraDB RDS for MySQL instances on RDS Cluster Edition

Last Updated:Mar 28, 2026

Starting October 17, 2023, each ApsaraDB RDS for MySQL instance on RDS Cluster Edition includes one dedicated database proxy at no charge.

In this topic, "dedicated database proxy" refers to one proxy enabled on a proxy instance with 2 CPU cores. Proxy specifications scale with the number of proxies: Specifications = 2 CPU cores × number of proxies. For example, three proxies give you 6 CPU cores (2 × 3 = 6).

Effective date

October 17, 2023

Application scope

To qualify for the free dedicated database proxy, your RDS instance must meet all of the following requirements:

Billing

ScenarioCharge
1 proxy enabledFree
More than 1 proxy enabledFirst proxy is free; the rest are charged at the standard rate

Example: If you enable four proxies, you are charged for three.

For full pricing details, see Billing rules for dedicated database proxies.

If you enable the dedicated database proxy feature for your RDS instance that runs RDS Cluster Edition, you can use one enabled database proxy free of charge from October 17, 2023.

How database proxy works

The dedicated database proxy sits between your application and the database. All application requests go through the proxy, which routes them to the appropriate node.

On RDS Cluster Edition, the proxy implements read/write splitting across the primary and secondary nodes. Connect through the read-only endpoint to reach secondary nodes directly, or use the dedicated proxy feature for more advanced capabilities:

CapabilityDescription
Read/write splittingRoutes read and write traffic to the appropriate nodes automatically
Connection poolingReuses database connections to reduce overhead from frequent opens and closes
Latency thresholdRoutes read requests away from secondary nodes that are lagging behind the primary
Transaction splittingRoutes individual statements within a transaction to the optimal node

For more information, see Database proxies. To enable the feature, see Enable the dedicated proxy feature.

What's next

Before creating a new instance or upgrading, review the Application scope to confirm your instance qualifies.