Skip to content

Commit 20e9d5d

Browse files
authored
Apply suggestions from code review
1 parent 4b5d979 commit 20e9d5d

File tree

1 file changed

+3
-3
lines changed
  • content/operate/rc/databases/rdi

1 file changed

+3
-3
lines changed

content/operate/rc/databases/rdi/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,21 +124,21 @@ For more details on AWS PrivateLink, see [Share your services through AWS Privat
124124
To set up PrivateLink for a database hosted on AWS RDS or AWS Aurora:
125125

126126
{{<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 PostgreSQL because it does not support PostgreSQL logical replication.
128128

129129
For PostgreSQL databases, use one of the following alternatives instead:
130130
- **For test environments**: Connect the Network Load Balancer directly to the database IP address (skip the RDS Proxy step).
131131
- **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/).
132132
{{</warning>}}
133133

134134
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).
136136
1. [Create an endpoint service](#create-endpoint-service-rds) through AWS PrivateLink.
137137

138138
### Create RDS proxy {#create-rds-proxy}
139139

140140
{{<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.
142142
{{</note>}}
143143

144144
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

Comments
 (0)