nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

AWS: RDS Postgres Read Replica #49

Open BSick7 opened 2 years ago

BSick7 commented 2 years ago

Summary

Add a new module for creating RDS postgres read replicas.

How will it work?

This module will require a connection to a rds postgres datastore. All configuration will be pulled from that datastore to create another postgres instance that is configured as a read replica of the primary instance.

Caveats

Nullstone does not currently support multiple capabilities of the same type. As a result, a single service will be unable to connect to a primary and read replica.