Hi all,
I have set up an web application on AWS Elastic Beanstalk environment.
This application has to access a MySQL server that is located in LAN. Depending on the load Beanstalk is launching several EC2 instances, which are all behind a load balancer.
As the EC2 instances are launched and terminated automatically I think I cannot predict the public IP.
As only these servers need access to the MySQL server I would like to restrict the access, so that nobody else is able to connect to the MySQL server.
Is there any possibility to create a suiteable firewall policy?
thanks,
caldi
This thread was automatically locked due to age.