I've just started to deploy an application on multiple EC2 instances in multiple regions. On each instance I have the same application which need to access an RDS instance. To have a good access time on my RDS instance, I use replicates.
But I'm wondering how can I deploy each copy of my application on each server without adding an extra configuration to tell wich RDS/replicate my application should use.
I've think on using Router53 but I don't know where to start. Any idea?