I have one web application hosted in EC2, and its backend database is in RDS (SQL Server).
I would like to configure the outbound rule (IP address) in my EC2 instance so that it can connect to the RDS SQL Server instance.
As RDS has dynamic IP address, how to configure the EC2 outbound rule so that it can communicate with RDS without any problem? And, what is the best practice to do it, so that best security practice can be achieved? Thanks.