Hi guys, I have a database in MongoDB, and a deployed vercel application. I need to access the MongoDB database from my vercel application, but an IP address is required to allow access from a specific computer. In this case, the vercel server computer.
Unfortunately, whitelisting all IPs can’t be performed in my case due to compliance and legal issues with HIPAA. Also, establishing a secure network like VPV is beyond my capabilities and the same goes for creating an enterprise plan with vercel to ensure static IPs.
I understand that vercel has dynamic IPs which change overtime, but currently the region set for my serverless function is set to Washington DC USA (East) - iad1 which means there should be an IP range for that specific location if I’m not wrong.
But my only solution now, is to have the IP range list for where my vercel’s functions are being run from. Does anyone have any information on how I can acquire those please? If anyone has an alternative solution that would help a lot as well.
Best regards.