You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rc/databases/rdi/quick-start.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ hideListLinks: true
11
11
weight: 1
12
12
---
13
13
14
-
The [`rdi-cloud-automation` GitHub repository](https://github.com/redis-field-engineering/rdi-cloud-automation) contains a Terraform script that quickly sets up a PostgreSQL source database on an EC2 instance and all required permissions and network setup to connect it to a Redis Cloud target database.
14
+
The [`rdi-cloud-automation` GitHub repository](https://github.com/redis/rdi-cloud-automation) contains a Terraform script that quickly sets up a PostgreSQL source database on an EC2 instance and all required permissions and network setup to connect it to a Redis Cloud target database.
15
15
16
16
{{< note >}}
17
17
This guide is for demonstration purposes only. It is not recommended for production use.
@@ -44,7 +44,7 @@ To follow this guide, you need to:
44
44
45
45
## Create the source database and network resources
46
46
47
-
1. Clone or download the [`rdi-cloud-automation` GitHub repository](https://github.com/redis-field-engineering/rdi-cloud-automation).
47
+
1. Clone or download the [`rdi-cloud-automation` GitHub repository](https://github.com/redis/rdi-cloud-automation).
48
48
49
49
1. In a terminal window, go to the `examples` directory.
50
50
@@ -55,7 +55,7 @@ To follow this guide, you need to:
55
55
-`region`: The AWS region where your Redis Cloud database is deployed.
56
56
-`azs`: The availability zone IDs where your Redis Cloud database is deployed.
57
57
-`port`: The port number for the new PostgreSQL source database.
58
-
-`name`: A prefix for all of the created AWS resources
58
+
-`name`: A prefix for all of the created AWS resources.
59
59
-`redis-account`: The AWS account ID for your Redis Cloud cluster you saved earlier.
0 commit comments