Cross-region replication support for aws-aurora-postgres #123
|
We're setting up Aurora PostgreSQL using the cloudposse component with a primary in The aws-aurora-mysql component already supports this pattern with Is there a plan to bring aws-aurora-postgres to parity with the MySQL component on this & support static account map? |
Replies: 1 comment 1 reply
|
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 |
Great question — you’re not missing anything.
Today,
aws-aurora-postgresdoesn’t yet expose the same cross-region read replica pattern that exists inaws-aurora-mysql.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
#pr-reviewson SweetOps (cloudposse.c…