# Add Aurora RDS replicas

Aurora database replica setup is slightly different from [adding an RDS read replica](/docs/automation-platform/overview/aws-services/database/rds-database/add-an-rds-read-replica.md).

## Adding an Aurora read replica

1. [Create an Aurora RDS database](/docs/automation-platform/overview/aws-services/database/rds-database.md).
2. In the DuploCloud Portal, navigate to **Cloud Services** -> **Database**.
3. In the row of the RDS for which you want to add an Aurora read replica, click the ( <img src="/files/OwCtBIhPsyYkJQ1Lne65" alt="" data-size="line"> ) icon, select **RDS Settings**, and then **Add Replica**. The **Add Replica** pane displays.

Follow one of these procedures to complete the serverless and MySQL replicas setup.

### Adding an Aurora Serverless read replica

1. In the **Add Replica** pane, enter a name for the Serverless replica in the Replica Name field.
2. In the **RDS Engine** field, select the **Aurora** RDS Serverless engine you want the replica to use.
3. Specify **Min Capacity (ACUs)** and **Max Capacity (ACUs)**.
4. From the **RDS Instance Size** list box, select the appropriate instance size.
5. Click **Save**. The replica is created with a **Reader** role and displayed in the **RDS** tab.

<div align="left"><figure><img src="/files/IIMgNHy3aD9LOfG615WO" alt=""><figcaption><p><strong>Add Replica</strong> pane for Aurora Serverless replica creation</p></figcaption></figure></div>

#### Updating instance sizes for Aurora Serverless read replicas

To modify instance sizes for an existing Aurora Serverless replica:

1. In the DuploCloud Portal, navigate to **Cloud Services** -> **Database** and, in the **RDS** tab, locate the read replica you want to update in the **Name** column.
2. Click the ( <img src="/files/7DagHksotNef8625xoXr" alt="" data-size="line"> ) icon in the **Actions** column and select **Update Instance Size**. The **Update Instance Size** pane displays.<br>

   <div align="left"><figure><img src="/files/roKIMMmn7M7MaL0p8kWx" alt=""><figcaption></figcaption></figure></div>
3. From the **RDS Instance Size** list box, select the appropriate instance size.
4. Click **Save**.

### Adding an Aurora MySQL read replica

1. In the **Add Replica** pane, enter a name for the MySQL replica in the **Replica Name** field.
2. From the **RDS Instance Size** list box, select the appropriate instance size.
3. From the **Availability Zone** list box, select an availability zone
4. Click **Save**. The replica is created with a **Reader** role and displayed in the **RDS** tab.

<div align="left"><figure><img src="/files/Zm1IygcZ62Hez40aDGpb" alt=""><figcaption><p><strong>Add Replica</strong> pane for Aurora MySQL replica creation</p></figcaption></figure></div>


---

# 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://docs.duplocloud.com/docs/automation-platform/overview/aws-services/database/rds-database/add-an-rds-read-replica/add-aurora-rds-replicas.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.
