|
| 1 | +--- |
| 2 | +Title: Manage regions in Active-Active databases |
| 3 | +alwaysopen: false |
| 4 | +categories: |
| 5 | +- docs |
| 6 | +- operate |
| 7 | +- rc |
| 8 | +description: Shows how to add and edit regions for an Active-Active deployment. |
| 9 | +linkTitle: Manage regions |
| 10 | +weight: 10 |
| 11 | +--- |
| 12 | + |
| 13 | +You can add and edit regions for an Active-Active deployment after it has been created by going to the **Regions** tab of the [subscription page]({{< relref "/operate/rc/subscriptions/view-pro-subscription" >}}). |
| 14 | + |
| 15 | +{{<image filename="images/rc/subscription-details-regions-tab.png" alt="The Regions tab lets you manage the regions in your Active-Active subscription." >}} |
| 16 | + |
| 17 | +## Add a new region |
| 18 | + |
| 19 | +To add a new region to an Active-Active deployment: |
| 20 | + |
| 21 | +1. In the **Regions** tab of the subscription page, select **Add region**. |
| 22 | + |
| 23 | + {{<image filename="images/rc/subscription-details-regions-tab-add.png" width="128px" alt="Select Add region to add a new region to your Active-Active subscription." >}} |
| 24 | + |
| 25 | +1. In the **Region setup** step: |
| 26 | + |
| 27 | + {{<image filename="images/rc/subscription-add-region-setup.png" alt="The Region setup step." >}} |
| 28 | + |
| 29 | + 1. Select the desired region from the **Region** list. |
| 30 | + |
| 31 | + 1. If you chose to deploy your Active-Active database to an existing [Bring your own Cloud]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}) account, you can define the VPC ID for the new region. Select **In existing VPC** and the set the VPC ID for the region. |
| 32 | + |
| 33 | + 1. Enter a unique CIDR address for the region. |
| 34 | + |
| 35 | + {{< embed-md "rc-aa-cidr.md" >}} |
| 36 | + |
| 37 | + Select **Continue**. |
| 38 | + |
| 39 | +1. In the **Throughput** step, enter the desired read and write throughput for the new region. |
| 40 | + |
| 41 | + {{<image filename="images/rc/subscription-add-region-throughput.png" alt="The Throughput step." >}} |
| 42 | + |
| 43 | + You can also select **Set throughput as existing region** to duplicate the throughput settings from an existing region. |
| 44 | + |
| 45 | +1. Review the required resources and updated price for the database in the **Required resources** step. |
| 46 | + |
| 47 | + {{<image filename="images/rc/subscription-add-region-required-resources.png" alt="The Required resources step." >}} |
| 48 | + |
| 49 | + Select **Continue** to add the region to your Active-Active deployment. |
| 50 | + |
| 51 | +Redis Cloud will provision the new region in the background and add it to all databases in the subscription. You aren't allowed to make changes to the database settings while this process is running. |
| 52 | + |
| 53 | +Your database will still be available, but you may notice some increased latency. This process will take some time depending on the size of your database. |
| 54 | + |
| 55 | +## Edit regions |
| 56 | + |
| 57 | +To edit the local throughput settings for a database instance or remove a region from the deployment, select **Edit regions** in the **Regions** tab of the subscription page. |
| 58 | + |
| 59 | +{{<image filename="images/rc/subscription-details-regions-tab-edit.png" alt="Select Edit regions to update regions for your Active-Active subscription." >}} |
| 60 | + |
| 61 | +From here, you can: |
| 62 | + |
| 63 | +- [Edit local throughput](#edit-local-throughput) for a database instance |
| 64 | +- [Remove a region](#remove-region) from the subscription |
| 65 | + |
| 66 | +After making the desired changes, [save and confirm the changes](#save-and-confirm-changes). |
| 67 | + |
| 68 | +### Edit local throughput |
| 69 | + |
| 70 | +To edit the local throughput settings for a database instance: |
| 71 | + |
| 72 | +1. Select the region you want to edit. |
| 73 | + |
| 74 | +1. Add or reduce the local read and write throughput for each database in that region in the **Local reads ops/sec** and **Local writes ops/sec** fields. |
| 75 | + |
| 76 | + {{<image filename="images/rc/subscription-edit-region-throughput.png" alt="The Edit regions page, with throughput settings changed." >}} |
| 77 | + |
| 78 | +### Remove region |
| 79 | + |
| 80 | +To remove a region from an Active-Active deployment, select the **Delete** button for the region you want to remove. |
| 81 | + |
| 82 | +{{<image filename="images/rc/subscription-edit-region-delete.png" alt="Select the Delete button to remove a region from your Active-Active subscription." >}} |
| 83 | + |
| 84 | +### Save and confirm changes |
| 85 | + |
| 86 | +After making your changes, select **Save changes** to apply them. You'll need to review and confirm the changes and any updated costs before they are applied. Select **Confirm** to apply the changes. |
| 87 | + |
| 88 | +Redis Cloud will make the desired changes in the background. You aren't allowed to make changes to the database settings while this process is running. |
| 89 | + |
| 90 | +Your databases will still be available, but you may notice some increased latency. This process will take some time depending on the size of your database. |
0 commit comments