arrow-left
All pages
gitbookPowered by GitBook
1 of 2

Loading...

Loading...

Add Aurora RDS replicas

Create a read replica of an Aurora database

Aurora database replica setup is slightly different from adding an RDS read replica.

hashtag
Adding an Aurora read replica

  1. Create an Aurora RDS database.

  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 ( ) 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.

hashtag
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).

hashtag
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 ( ) icon in the Actions column and select Update Instance Size. The Update Instance Size pane displays.

hashtag
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

From the RDS Instance Size list box, select the appropriate instance size.
  • Click Save. The replica is created with a Reader role and displayed in the RDS tab.

  • From the
    RDS Instance Size
    list box, select the appropriate instance size.
  • Click Save.

  • Click Save. The replica is created with a Reader role and displayed in the RDS tab.
    Add Replica pane for Aurora Serverless replica creation
    Add Replica pane for Aurora MySQL replica creation

    Add and manage RDS read replicas

    Create a read replica of your RDS database

    Creating AWS RDS read replicas of your database helps you elastically scale your capacity to handle read-heavy workloads and ensure that your application can efficiently serve growing requests. Read replicas distribute read traffic across multiple instances, boosting performance by increasing aggregate read throughput and reducing the load on the primary database. Additionally, should the need arise, you can promote a read replica to a standalone database instance, enabling seamless failover and enhancing your overall database availability and resilience.

    hashtag
    Adding a read replica

    1. In the DuploCloud Portal, navigate to Cloud Services -> Database.

    2. Click the RDS tab.

    3. Click on the name of the database you want to replicate in the NAME column.

    4. From the Actions menu, select RDS Settings, and then Add Replica. The Add read replica to: DATABASE pane displays.

    5. In the Read Replica Name field, provide a name for the replica (the Tenant name is prefixed automatically).

    6. From the Instance Size list box, choose a size that meets or exceeds the specifications of the database you are replicating.

    7. Click Create. Your replica displays on the RDS tab with a status of Submitted. When the replica is ready for use, the status changes to Available.

    hashtag
    Promoting read replicas

    Transforming a read replica into a standalone primary instance allows it to accept write operations and maintain data integrity without relying on the original primary. This enhances database availability and efficient scaling. DuploCloud supports promoting read replicas for PostgreSQL, MySQL, and MariaDB databases.

    1. In the DuploCloud Portal, navigate to Cloud Services -> Database.

    2. Select the RDS tab.

    3. Click on the name of the database you want to promote from the NAME column.

    4. In the Actions menu, select RDS Settings, and then Promote Replica

    1. Click Confirm in the confirmation dialog box. The promoted replica stops replicating from the primary instance and becomes a standalone database that can accept write operations.

    .
    The RDS tab on the Database page with the RDS database highlighted
    The Add read replica to: duplodefault-db pane
    The RDS tab on the Database page with the read replica highlighted.
    The Actions menu with the Promote Replica option highlighted