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
Post a Comment