AWS

What are some use cases for using RDS read replicas?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

You have a main application which works against your database but you would like to add additional app, one used for logging, analytics, ... so you prefer it won't use the same database. In this case, you create a read replica instance and the second application works against that instance.