Bandwidth pricing between servers

Quick question if anyone knows!

Let’s say you have two servers (Node.js) and one Postgres database, all hosted on Render and on the same domain. The client makes a request for Server A, which, forwards it to Server B, which pulls the data from Postgres, and then sends it to Server A. Server A never sends the data to the client. Am I charged for bandwidth at any point, either Postgres to Server B or Server B to Server A?

Thanks in advance!

Hi @paulzakin , as long as you’re using the internal addresses and connection strings for service-to-service or service-to-database communication, that bandwidth will not be charged. We only charge for bandwidth between Render and the rest of the Internet.

1 Like

Awesome, that makes sense!