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
In the [AWS Management Console](https://console.aws.amazon.com/), use the **Services** menu to locate and select **Compute** > **EC2**. [Create a network load balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-network-load-balancer.html#configure-load-balancer) with the following settings:
72
76
@@ -93,7 +97,7 @@ In the [AWS Management Console](https://console.aws.amazon.com/), use the **Serv
93
97
-**Source**: Select **Anywhere - IPv4**.
94
98
Select **Save rules** to save your changes.
95
99
96
-
####Create endpoint service {#create-endpoint-service-ec2}
100
+
### Create endpoint service {#create-endpoint-service-ec2}
97
101
98
102
In the [AWS Management Console](https://console.aws.amazon.com/), use the **Services** menu to locate and select **Networking & Content Delivery** > **VPC**. There, select **PrivateLink and Lattice** > **Endpoint services**. [Create an endpoint service](https://docs.aws.amazon.com/vpc/latest/privatelink/create-endpoint-service.html) with the following settings:
99
103
@@ -113,19 +117,15 @@ After you create the endpoint service, you need to add Redis Cloud as an Allowed
113
117
114
118
For more details on AWS PrivateLink, see [Share your services through AWS PrivateLink](https://docs.aws.amazon.com/vpc/latest/privatelink/privatelink-share-your-services.html).
115
119
116
-
### Database hosted on AWS RDS or AWS Aurora
117
-
118
-
The following diagram shows the network setup for a database hosted on AWS RDS or AWS Aurora.
119
-
120
-
{{<imagefilename="images/rc/rdi/rdi-setup-diagram-aurora.png"alt="The network setup for a database hosted on AWS RDS or AWS Aurora."width=75% >}}
120
+
--tab-sep--
121
121
122
-
To do this:
122
+
To set up PrivateLink for a database hosted on AWS RDS or AWS Aurora:
123
123
124
124
1.[Create an RDS Proxy](#create-rds-proxy) that will route requests to your database.
125
125
1.[Create a network load balancer](#create-network-load-balancer-rds) that will route incoming HTTP requests to the RDS proxy.
126
126
1.[Create an endpoint service](#create-endpoint-service-rds) through AWS PrivateLink.
127
127
128
-
####Create RDS proxy {#create-rds-proxy}
128
+
### Create RDS proxy {#create-rds-proxy}
129
129
130
130
In the [AWS Management Console](https://console.aws.amazon.com/), use the **Services** menu to locate and select **Database** > **Aurora and RDS**. [Create an RDS proxy](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-proxy-creating.html) that can access your database.
131
131
@@ -136,7 +136,7 @@ The Proxy's IAM role must have the following permissions to access the database
136
136
137
137
You can set the proxy's IAM role during creation in the **Authentication** section.
In the [AWS Management Console](https://console.aws.amazon.com/), use the **Services** menu to locate and select **Compute** > **EC2**. [Create a network load balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-network-load-balancer.html#configure-load-balancer) with the following settings:
142
142
@@ -168,7 +168,7 @@ In the [AWS Management Console](https://console.aws.amazon.com/), use the **Serv
168
168
- **Source**: Select **Anywhere - IPv4**.
169
169
Select **Save rules** to save your changes.
170
170
171
-
#### Create endpoint service {#create-endpoint-service-rds}
171
+
### Create endpoint service {#create-endpoint-service-rds}
172
172
173
173
In the [AWS Management Console](https://console.aws.amazon.com/), use the **Services** menu to locate and select **Networking & Content Delivery** > **VPC**. There, select **PrivateLink and Lattice** > **Endpoint services**. [Create an endpoint service](https://docs.aws.amazon.com/vpc/latest/privatelink/create-endpoint-service.html) with the following settings:
174
174
@@ -188,6 +188,8 @@ After you create the endpoint service, you need to add Redis Cloud as an Allowed
188
188
189
189
For more details on AWS PrivateLink, see [Share your services through AWS PrivateLink](https://docs.aws.amazon.com/vpc/latest/privatelink/privatelink-share-your-services.html).
190
190
191
+
{{< /multitabs >}}
192
+
191
193
## Share source database credentials
192
194
193
195
You need to share your source database credentials and certificates in an Amazon secret with Redis Cloud so that the pipeline can connect to your database.
0 commit comments