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/setup.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
@@ -124,21 +124,21 @@ For more details on AWS PrivateLink, see [Share your services through AWS Privat
124
124
To set up PrivateLink for a database hosted on AWS RDS or AWS Aurora:
125
125
126
126
{{<warning>}}
127
-
**RDS Proxy does not work with RDS PostgreSQL and Aurora PostgreSQL.** RDS Proxy doesn't support PostgreSQL logical replication, mainly because RDS and Aurora themselves do not support automatic failovers (from the perspective of the client) very well.
127
+
The RDS Proxy does not work with RDS PostgreSQL and Aurora PostgreSQLbecause it does not support PostgreSQL logical replication.
128
128
129
129
For PostgreSQL databases, use one of the following alternatives instead:
130
130
-**For test environments**: Connect the Network Load Balancer directly to the database IP address (skip the RDS Proxy step).
131
131
-**For production environments**: Use the AWS Lambda approach described in [Access Amazon RDS across VPCs using AWS PrivateLink and Network Load Balancer](https://aws.amazon.com/blogs/database/access-amazon-rds-across-vpcs-using-aws-privatelink-and-network-load-balancer/).
132
132
{{</warning>}}
133
133
134
134
1.[Create an RDS Proxy](#create-rds-proxy) that will route requests to your database (MySQL and SQL Server only).
135
-
1.[Create a network load balancer](#create-network-load-balancer-rds) that will route incoming HTTP requests to the RDS proxy (or directly to the database for PostgreSQL).
135
+
1.[Create a network load balancer](#create-network-load-balancer-rds) that will route incoming requests to the RDS proxy (or directly to the database for PostgreSQL).
136
136
1.[Create an endpoint service](#create-endpoint-service-rds) through AWS PrivateLink.
137
137
138
138
### Create RDS proxy {#create-rds-proxy}
139
139
140
140
{{<note>}}
141
-
**Skip this step for PostgreSQL databases.**For RDS PostgreSQL and Aurora PostgreSQL, proceed directly to [Create network load balancer](#create-network-load-balancer-rds) and configure it to connect directly to your database IP address.
141
+
For RDS PostgreSQL and Aurora PostgreSQL, skip this step and proceed directly to [Create network load balancer](#create-network-load-balancer-rds) and configure it to connect directly to your database IP address.
142
142
{{</note>}}
143
143
144
144
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.
0 commit comments