Skip to content

Commit 8474da5

Browse files
committed
Publicly accessible setting
1 parent 3987df2 commit 8474da5

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
--
2+
## Allow public access
3+
4+
For [RDI on Redis Cloud]({{< relref "/operate/rc/databases/rdi" >}}), you must allow public access to your source database to allow the proxy to connect to it.
5+
6+
To do this, [modify the database](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html) and set **Publicly accessible** to **Yes**.

content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-aur-mysql.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ weight: 2
1919
Follow the steps in the sections below to prepare an [AWS Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_GettingStartedAurora.CreatingConnecting.Aurora.html) or [AWS RDS MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.MySQL.html) database.
2020
database to work with RDI.
2121

22+
{{< embed-md "rdi-aur-rds-pub-access.md" >}}
23+
2224
## Create and apply parameter group
2325

2426
RDI requires some changes to database parameters. On AWS RDS and AWS Aurora, you change these parameters via a parameter group.

content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-aur-pgsql.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Follow the steps in the sections below to prepare an
2323
[AWS Aurora PostgreSQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_GettingStartedAurora.CreatingConnecting.AuroraPostgreSQL.html) or [AWS RDS PostgreSQL](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.PostgreSQL.html)
2424
database to work with RDI.
2525

26+
{{< embed-md "rdi-aur-rds-pub-access.md" >}}
27+
2628
## Create and apply parameter group
2729

2830
RDI requires some changes to database parameters. On AWS RDS and AWS Aurora, you change these parameters via a parameter group.

content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-rds-sqlserver.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Follow the steps in the sections below to prepare a [Microsoft SQL Server on AWS
2222
Change Data Capture (CDC) is not supported on SQL Server Express Edition. Only the Standard, Enterprise, and Developer editions support CDC and are supported by RDI.
2323
{{< /note >}}
2424

25+
{{< embed-md "rdi-aur-rds-pub-access.md" >}}
26+
2527
## Create the Debezium user
2628

2729
The Debezium connector needs a user account to connect to SQL Server. This

0 commit comments

Comments
 (0)