Cross-region replication support for aws-aurora-postgres #123
Replies: 1 comment
-
|
Great question — you’re not missing anything. Today, This is primarily a component gap rather than a limitation in the underlying modules, and bringing it to parity is very doable. In general, updates to our components are driven by a combination of community contributions and customer demand. This isn’t something we have actively scheduled right now. If you need this, the fastest path would be to extend the component following the same pattern as MySQL. We’re very open to contributions here and happy to review and merge a PR. Drop PRs in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We're setting up Aurora PostgreSQL using the cloudposse component with a primary in
us-east-2and a secondary inus-west-2for DR (Cross-region replication).The aws-aurora-mysql component already supports this pattern with
is_read_replica,primary_cluster_component, andprimary_cluster_region, butaws-aurora-postgresdoesn't expose any of the cross-region functionalityIs there a plan to bring aws-aurora-postgres to parity with the MySQL component on this & support static account map?
Beta Was this translation helpful? Give feedback.
All reactions