I have web application which is communicating with AWS RDS (MYSQL). now we want to scale our database instance to reduce master traffic. so AWS RDS has provided "Read Replica" feature , through which we distributes traffic to reduce load on master. Now the question here is how my web application knows to redirect read traffic to read replica instance. what is best approach through which we can achieve this functionality.