All Products
Search
Document Center

ApsaraDB RDS:General workflow to use ApsaraDB RDS for MariaDB

Last Updated:Mar 28, 2026

This guide walks you through the five steps required to provision and connect to an ApsaraDB RDS for MariaDB instance. By the end, you will have a running instance with a database, an account, and a verified client connection.

Before you begin, review the limits of ApsaraDB RDS for MariaDB to confirm the service meets your requirements.

Setup steps

The following diagram shows the five-step provisioning sequence:

General process to use RDS
StepTaskWhat you get
1Create an instanceA running RDS instance
2Configure the IP address whitelistControlled network access to the instance
3Apply for or release a public endpoint (optional)Access from outside Alibaba Cloud's internal network
4Create a database and accountCredentials for your application or client tool
5Connect to the instanceA verified connection ready for use

Step 1: Create an instance

Create an ApsaraDB RDS for MariaDB instance by selecting a region, instance type, storage, and network configuration.

Step 2: Configure the IP address whitelist

Configure an IP address whitelist to control which IP addresses can connect to the instance.

Step 3: Apply for or release a public endpoint (optional)

If your client is outside Alibaba Cloud's internal network, apply for or release a public endpoint.

Step 4: Create a database and account

Create a database and an account on the instance. The account credentials are what your application or client tool uses to authenticate.

Step 5: Connect to the instance

Connect to the instance using a client tool or your application. If the connection fails, verify that:

  • The IP address whitelist includes your client IP.

  • The endpoint type (internal or public) matches your network environment.