Folks, Since ELB is not available for load balancing RDS instances, what methodology do you recommend to load balance read replicas? RR Route53 DNS entries? Or something more clever?
Thanks
Folks, Since ELB is not available for load balancing RDS instances, what methodology do you recommend to load balance read replicas? RR Route53 DNS entries? Or something more clever?
Thanks
You should check out using HAProxy in TCP mode to load balance the RDS instances.
HAProxy: http://haproxy.1wt.eu/
Lots of guides available by searching "HAProxy MySQL", etc.
The MySQL project has their own proxy for MySQL as well: http://dev.mysql.com/downloads/mysql-proxy/