How do I connect to the RDS instance?
Setup and SSH tunneling to the Moped RDS instance
Moped runs on a PostgreSQL database in AWS, but it is not publicly accessible. It currently lives in a closed (private) network, where only one server has access to it. This server is a virtual machine (EC2 instance) on AWS, and it is carefully placed in the same network and VPC as the database, and it acts as a proxy.

The Moped Database exists in our unified RDS which also has a read-only, read replica node. You can learn more about access in the Unified Postgres Database documentation.
PreviousHow do I connect a database with Postgres GUIs?NextHow to load production data into a local instance
Last updated
Was this helpful?