amazon web services - Is there any way to point ELB URL to RDS? -


at present have our database server on aws ec2 instance (using phpmyadmin) , our applications use elb. want move our database rds , have replicated our master database rds (using official documentation, link: http://docs.aws.amazon.com/amazonrds/latest/userguide/mysql.procedural.importing.nonrdsrepl.html).

the problem is, point elb url rds. tried searching solution , procedure, couldn't find any.

no, can't point elb rds.

however, can can use haproxy/nginx as level 4 load balancer/reverse proxy purpose. refer:

https://www.digitalocean.com/community/tutorials/how-to-use-haproxy-to-set-up-mysql-load-balancing--3 http://www.severalnines.com/mysql-load-balancing-haproxy-tutorial


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -