I am currently trying to create a REST service to connect to my MySQL db using API Express. The MySQL db is on AWS.
As everyone knows, AWS has security group which controls access to the db. The security rule set for this group is to allow only certain IP address to have access to it.
How do I get the IP address of the app in Appery.io such that I can grant access to it? (currently, I can do it via setting the IP address rule to everyone, but that is not desirable).