amazon web services - Connect Elastic Load Balancer instance to back-end database -
I have an application hosted on Amazon AWS with a backend database. The web application is controlled by elastic load balancer with autoclacing. MySQL databse is on another example in the same area. The problem is that the connection can only be established if I connect to the MySQL security group to add rules to 3306 to 0.0.0.0. Or if I add an individual IP address of each example, however, if I assign "AutoScale security group" or "Load Balancer Security Group" then this does not work. Is it not going to work if I allocate security to the security group where the example belongs to the MySQL security group?
Thank you,
I finally created this with the help of Amazon tech support for developers The issue has been resolved It is known that back-end instances are accessible only through Amazon Private IP address. I was always trying to use it through my public IP address.
Comments
Post a Comment