From 1989482406498fbef1368e685a8a39c82653fd06 Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Fri, 20 Mar 2026 10:39:53 +0000 Subject: [PATCH 1/2] DOC-6385 RDI: updated Aurora source prep instructions --- .../aws-aurora-rds/aws-aur-mysql.md | 36 ++++++++++++++++--- .../aws-aurora-rds/aws-aur-pgsql.md | 20 +++++++++-- 2 files changed, 49 insertions(+), 7 deletions(-) diff --git a/content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-aur-mysql.md b/content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-aur-mysql.md index 6a3734d4a7..0e494b51cd 100644 --- a/content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-aur-mysql.md +++ b/content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-aur-mysql.md @@ -51,7 +51,11 @@ RDI requires some changes to database parameters. On AWS Aurora, you change thes ``` 1. - In the [Relational Database Service (RDS) console](https://console.aws.amazon.com/rds/),navigate to **Parameter groups > Create parameter group**. [Create a parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.Creating.html) with the following settings: + In the [Relational Database Service (RDS) console](https://console.aws.amazon.com/rds/), navigate to **Parameter groups**. + + If you have no existing parameter group, + [create a new parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.CreatingCluster.html) + with the following settings: | Name | Value | | :-- | :-- | @@ -63,8 +67,18 @@ RDI requires some changes to database parameters. On AWS Aurora, you change thes Select **Create** to create the parameter group. + If you *do* have an existing parameter group, select it and then either: + + - Select **Edit** from **Parameter group actions** to + [modify the parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.ModifyingCluster.html) + with the settings shown in the table above. + - Select **Copy** from **Parameter group actions** to + [copy the existing parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.CopyingCluster.html) + and then modify the copy with the settings shown in the table above. + 1. - Navigate to **Parameter groups** in the console. Select the parameter group you have just created and then select **Edit**. Change the following parameters: + Ensure that the parameter group you have just created or modified is selected + and then select **Edit**. Change the following parameters: | Name | Value | | :-- | :-- | @@ -106,7 +120,11 @@ RDI requires some changes to database parameters. On AWS RDS, you change these p ``` 1. - In the [Relational Database Service (RDS) console](https://console.aws.amazon.com/rds/),navigate to **Parameter groups > Create parameter group**. [Create a parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.Creating.html) with the following settings: + In the [Relational Database Service (RDS) console](https://console.aws.amazon.com/rds/), navigate to **Parameter groups**. + + If you have no existing parameter group, + [create a new parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.CreatingCluster.html) + with the following settings: | Name | Value | | :-- | :-- | @@ -117,8 +135,18 @@ RDI requires some changes to database parameters. On AWS RDS, you change these p Select **Create** to create the parameter group. + If you *do* have an existing parameter group, select it and then either: + + - Select **Edit** from **Parameter group actions** to + [modify the parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.ModifyingCluster.html) + with the settings shown in the table above. + - Select **Copy** from **Parameter group actions** to + [copy the existing parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.CopyingCluster.html) + and then modify the copy with the settings shown in the table above. + 1. - Navigate to **Parameter groups** in the console. Select the parameter group you have just created and then select **Edit**. Change the following parameters: + Ensure that the parameter group you have just created or modified is selected + and then select **Edit**. Change the following parameters: | Name | Value | | :-- | :-- | diff --git a/content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-aur-pgsql.md b/content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-aur-pgsql.md index ec28e936e0..c18fcd7b05 100644 --- a/content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-aur-pgsql.md +++ b/content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-aur-pgsql.md @@ -33,14 +33,18 @@ database to work with RDI. RDI requires some changes to database parameters. On AWS RDS and AWS Aurora, you change these parameters via a parameter group. ```checklist {id="aurorapostgresql-param-group" nointeractive="true" } -- [ ] [Create a parameter group](#create-a-parameter-group) +- [ ] [Create/modify a parameter group](#create-a-parameter-group) - [ ] [Apply the parameter group](#apply-the-parameter-group) - [ ] [Apply the parameter group to the database](#apply-the-parameter-group-to-the-database) - [ ] [Reboot the database instance](#reboot-the-database-instance) ``` 1. - In the [Relational Database Service (RDS) console](https://console.aws.amazon.com/rds/), navigate to **Parameter groups > Create parameter group**. [Create a parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.CreatingCluster.html) with the following settings: + In the [Relational Database Service (RDS) console](https://console.aws.amazon.com/rds/), navigate to **Parameter groups**. + + If you have no existing parameter group, + [create a new parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.CreatingCluster.html) + with the following settings: | Name | Value | | :-- | :-- | @@ -51,8 +55,18 @@ RDI requires some changes to database parameters. On AWS RDS and AWS Aurora, you Select **Create** to create the parameter group. + If you *do* have an existing parameter group, select it and then either: + + - Select **Edit** from **Parameter group actions** to + [modify the parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.ModifyingCluster.html) + with the settings shown in the table above. + - Select **Copy** from **Parameter group actions** to + [copy the existing parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.CopyingCluster.html) + and then modify the copy with the settings shown in the table above. + 1. - Navigate to **Parameter groups** in the console. Select the group you have just created and then select **Edit**. Change the following parameters: + Ensure that the parameter group you have just created or modified is selected + and then select **Edit**. Change the following parameter: | Name | Value | | :-- | :-- | From 22025abbeb5bb92f860a4957b1b14cded08f8c00 Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Fri, 20 Mar 2026 10:42:09 +0000 Subject: [PATCH 2/2] DOC-6385 minor fix --- .../prepare-dbs/aws-aurora-rds/aws-aur-mysql.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-aur-mysql.md b/content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-aur-mysql.md index 0e494b51cd..1e9d7e1b05 100644 --- a/content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-aur-mysql.md +++ b/content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-aur-mysql.md @@ -44,7 +44,7 @@ You can also create one during database creation by selecting **Create an Aurora RDI requires some changes to database parameters. On AWS Aurora, you change these parameters via a parameter group. ```checklist {id="auroramysql-param-group" nointeractive="true" } -- [ ] [Create a parameter group](#aurora-create-a-parameter-group) +- [ ] [Create/modify a parameter group](#aurora-create-a-parameter-group) - [ ] [Apply the parameter group](#aurora-apply-the-parameter-group) - [ ] [Apply the parameter group to the database](#aurora-apply-the-parameter-group-to-the-database) - [ ] [Reboot the database instance](#aurora-reboot-the-database-instance) @@ -113,7 +113,7 @@ RDI requires some changes to database parameters. On AWS Aurora, you change thes RDI requires some changes to database parameters. On AWS RDS, you change these parameters via a parameter group. ```checklist {id="rds-mysql-param-group" nointeractive="true" } -- [ ] [Create a parameter group](#rds-create-a-parameter-group) +- [ ] [Create/modify a parameter group](#rds-create-a-parameter-group) - [ ] [Apply the parameter group](#rds-apply-the-parameter-group) - [ ] [Apply the parameter group to the database](#rds-apply-the-parameter-group-to-the-database) - [ ] [Reboot the database instance](#rds-reboot-the-database-instance)