Is it Possible to Create a Read Replica of an RDS Aurora PostgreSQL Instance Using Redis or Elastic? If So, How?

0

I am currently using an Amazon RDS Aurora PostgreSQL instance and am exploring options to create a read replica for scaling read operations. Specifically, I am interested in understanding if it is possible to use Redis or Elasticsearch for this purpose.

Is it technically feasible to create a read replica of an RDS Aurora PostgreSQL instance using Redis or Elasticsearch?
If it is possible, what are the steps involved in setting this up?
Are there any best practices or potential pitfalls I should be aware of when using Redis or Elasticsearch for this scenario?
How would the replication process work, and how would data synchronization be managed between the primary Aurora PostgreSQL instance and the read replica?

Any detailed guidance, references to documentation, or examples would be greatly appreciated. Thank you!

jlroser
asked 2 months ago101 views
1 Answer
1
Accepted Answer

Hello.

No, you cannot create read replicas for RDS Aurora PostgreSQL using ElastiCache Redis.
By implementing ElastiCache, it is possible to cache queries that are read frequently (for example, web application session information) so that they do not access RDS Aurora every time.
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/creating-elasticache-cluster-with-RDS-settings.html

profile picture
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed 2 months 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.

Guidelines for Answering Questions