I have an application on VSTS/visualstudio.com
I would like to set up continuous deployment to AWS.
I currently restrict access to the database server with whitelisted IP on the firewall.
This means visual studio can't access the database server.
Is it possible to get the IP address range used by visual studio online so I can add it to this list?
Thanks