Hi! 🙂
Question about using a proxy with prisma (since RDS proxy doesnt work with prepared statements).
Is there any way to deploy a prisma proxy on our VPC on AWS?
✅ 1
n
Nurul
09/26/2022, 8:13 AM
Hey 👋
You can use static IPs to allow inbound connection to your VPC from a fixed set of IP addresses which Prisma data proxy will use to connect to your database.
c
Canaan Linder
09/26/2022, 8:19 PM
Thank you very much for the reply @Nurul! While this is great, one of the issues is that it means web traffic has to go out of our VPC and then back into it.
Other than latency, this might be hard from a SOC2 and security perspective. Have you had any other companies run into this before?
n
Nurul
09/27/2022, 8:20 AM
@Canaan Linder Hmm, I totally get your point. This is a totally valid point from SOC2 and security perspective. I haven’t come across any other companies running into this, but I’ll inform about this to our enterprise team so that we have on this our radar.
c
Canaan Linder
09/27/2022, 8:44 AM
Thanks @Nurul! Setting up a call with them :) happy to loop you in
n
Nurul
09/27/2022, 8:48 AM
Glad to hear that 😄
Team will take care of the further process 🙌