Skip to content

AWS RDS proxy dual read replica

0

I have an AWS RDS proxy and want to make a read replica of the database using existing postgreSQL. What would be the steps involved ?

asked 2 years ago362 views
1 Answer
0

Hello.

Do you want to create a read replica of an RDS PostgreSQL instance and configure RDS Proxy on the read replica?
In that case, although it is also described in the following document, it cannot be supported.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-proxy.html#rds-proxy.limitations

For RDS DB instances in replication configurations, you can associate a proxy only with the writer DB instance, not a read replica.

If you don't mean that and simply want to add a read replica, I think you can add it by following the steps in the document below.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.Replication.ReadReplicas.html

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.