0

I have a Java application that is running on an ECS cluster and is already using an RDS Postgre instance. Sometimes I need to scale RDS horizontally (add read replicas), so I created a lambda that adds/removes a load dependent read replica.

How can I add a read replica endpoint to my application (there will be more than 2 endpoints here (main instance and read replicas))?

I just search for the answer, not really sure how to do this

  • What do you mean by "add a replica endpoint to my application" exactly? Are you asking how to configure the RDS read replica endpoint in your application's configuration? – Mark B Nov 28 '22 at 14:31

0 Answers0