diff --git a/content/operate/rc/databases/create-database/create-active-active-database.md b/content/operate/rc/databases/create-database/create-active-active-database.md index be7a90bbc1..7f2ac14488 100644 --- a/content/operate/rc/databases/create-database/create-active-active-database.md +++ b/content/operate/rc/databases/create-database/create-active-active-database.md @@ -35,7 +35,11 @@ This guide shows how to create an Active-Active database with a new Pro subscrip {{< /note >}} -After you select **Pro**, you need to: +After you select **Pro**, the **Database settings** section will appear. + +{{The database settings section, with custom settings selected.}} + +For this guide, select **Custom settings**. For an Active-Active database, you will need to: 1. Set up the deployment options, including cloud vendor and region details for each instance. @@ -59,7 +63,7 @@ There are three sections on this tab: #### General settings {#general-settings} -Select **Active-Active Redis** to turn on Active-Active. +Select **Active-Active (Multi-region)** to turn on Active-Active. {{When you enable Active-Actve, you need to specify the regions for each database instance.}} diff --git a/content/operate/rc/databases/create-database/create-pro-database-new.md b/content/operate/rc/databases/create-database/create-pro-database-new.md index 732b6321be..1e66e6fe05 100644 --- a/content/operate/rc/databases/create-database/create-pro-database-new.md +++ b/content/operate/rc/databases/create-database/create-pro-database-new.md @@ -105,14 +105,15 @@ There are three sections on this tab: {{The General settings of the Setup tab.}} -The following settings are defined in the **General settings** of the **Setup** tab: +In the **General settings** of the **Setup** tab, you need to: -| General setting | Description | -|:---------|:-----------| -| **Cloud vendor** | The public cloud vendor to deploy your databases. (_required_) | -| **Region** | The vendor region where you wish to deploy your databases. (_required_)| -| **Active-Active Redis** | Hosts your datasets in multiple read-write locations to support distributed applications and disaster recovery. See [Create an Active-Active database]({{< relref "/operate/rc/databases/create-database/create-active-active-database" >}}) for specific steps and configuration options exclusive to Active-Active. | -| **Auto Tiering**| Determines if your databases are stored only in memory (RAM) or are split between memory and Flash storage (RAM+Flash). See [Auto Tiering]({{< relref "/operate/rs/databases/auto-tiering/" >}})| +1. Select the public **Cloud vendor** to deploy your databases. + +1. Select the **Region** where you want to deploy your database. + + {{< note >}} +This guide is for single region database deployment. If you want to create a multi-region Active-Active database, see [Create an Active-Active database]({{< relref "/operate/rc/databases/create-database/create-active-active-database" >}}) for specific steps and configuration options exclusive to Active-Active. + {{< /note >}} #### Version {#version} @@ -135,6 +136,7 @@ The following settings are defined in the **Advanced options** of the **Setup** | **Cloud account** | To deploy these databases to an existing cloud account, select it here. Use the **Add** button to add a new cloud account.

(Available only if [self-managed cloud vendor accounts]({{< relref "/operate/rc/cloud-integrations/aws-cloud-accounts" >}}) are enabled) | | **VPC configuration** | Select **In a new VPC** to deploy to a new [virtual private cloud](https://en.wikipedia.org/wiki/Virtual_private_cloud) (VPC).

To deploy these databases to an existing virtual private cloud, select **In existing VPC** and then set VPC ID to the appropriate ID value.

(Available only if [self-managed cloud vendor accounts]({{< relref "/operate/rc/cloud-integrations/aws-cloud-accounts" >}}) are enabled) | | **Deployment CIDR** | The [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) range of IP addresses for your deployment. Redis creates a new [subnet](https://en.wikipedia.org/wiki/Subnetwork) for the **Deployment CIDR** in your [virtual private cloud](https://en.wikipedia.org/wiki/Virtual_private_cloud) (VPC). It cannot overlap with the CIDR ranges of other subnets used by your account.

For deployments in an existing VPC, the **Deployment CIDR** must be within your VPC's **primary** CIDR range (secondary CIDRs are not supported). | +| **Auto Tiering**| Determines if your databases are stored only in memory (RAM) or are split between memory and Flash storage (RAM+Flash). See [Auto Tiering]({{< relref "/operate/rs/databases/auto-tiering/" >}})| | **Maintenance windows** | Determines when Redis can perform [maintenance]({{< relref "/operate/rc/subscriptions/maintenance" >}}) on your databases. Select **Manual** if you want to set [manual maintenance windows]({{< relref "/operate/rc/subscriptions/maintenance/set-maintenance-windows" >}}). | When finished, choose **Continue** to determine your size requirements. diff --git a/static/images/rc/create-flexible-sub-active-active-on.png b/static/images/rc/create-flexible-sub-active-active-on.png index da8e8a4c14..550add2377 100644 Binary files a/static/images/rc/create-flexible-sub-active-active-on.png and b/static/images/rc/create-flexible-sub-active-active-on.png differ diff --git a/static/images/rc/create-sub-active-active-regions.png b/static/images/rc/create-sub-active-active-regions.png old mode 100755 new mode 100644 index 281b72bdb6..f4beb8ee09 Binary files a/static/images/rc/create-sub-active-active-regions.png and b/static/images/rc/create-sub-active-active-regions.png differ diff --git a/static/images/rc/subscription-new-flexible-setup-advanced.png b/static/images/rc/subscription-new-flexible-setup-advanced.png index f12017a2fd..b8f543cb37 100644 Binary files a/static/images/rc/subscription-new-flexible-setup-advanced.png and b/static/images/rc/subscription-new-flexible-setup-advanced.png differ diff --git a/static/images/rc/subscription-new-flexible-setup-general.png b/static/images/rc/subscription-new-flexible-setup-general.png index b033c72886..67e96bb681 100644 Binary files a/static/images/rc/subscription-new-flexible-setup-general.png and b/static/images/rc/subscription-new-flexible-setup-general.png differ