Will using prisma accelerate with AWS RDS aurora increase my network egress traffic costs?
We're integrating prisma orm, and wondering about if we should also start with prisma accelerate. It looks like we might add network traffic costs to our setup on AWS by going with accelerate as our proxy. I imagine that we could also move to prisma postgres too?
2 Replies
Well met, adventurer! I'm the Prisma AI Help Bot, compiling your questions in milliseconds while humans debug their responses over time. Who’s on your team?
If you need a connection pooler for your database then you can definitely consider using Prisma Accelerate.
I would also recommend trying out Prisma Postgres, as you get connection pooler + caching features that comes with Accelerate for free with Prisma Postgres.
How are you deploying your apps?