Hi, I’m looking into using the Prisma Data Proxy f...
# prisma-data-platform
r
Hi, I’m looking into using the Prisma Data Proxy for the connection pooling benefits.. However my DB is in a private subnet and I’d like to keep it private. Is there a way to hook up the DataProxy to a private DB? Also is there a way to deploy the data proxy via AWS CDK? All of my infra is on the CDK and it seems pretty weird to have this custom configured thing….
1
n
Hey Ryan 👋 You could use the Static IPs to only allow a set of ip addresses provided by Data Proxy to connect to your database. You would need to whitelist these ip addresses and then data proxy should be able to access your private database. As of now it's not possible to deploy data proxy via AWS CDK, thanks for bringing this up, I’ll discuss this feature request with the team.
👋 1