aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.38k stars 3.79k forks source link

aws-rds: Global database support for write forwarding? #27911

Open veho-mac opened 8 months ago

veho-mac commented 8 months ago

Describe the feature

As of this issue, write forwarding is supported for MySQL Aurora global databases, but not for postgres. I think this feature is incredibly important for multi-region rds, as it simplifies the workflow immensely. As of a month ago there is support for active-active postgresql multi region using postgres extensions, and I was curious if there's a roadmap for this support natively through cdk

Use Case

Used to incredibly simplify architecture management on the dev side. It would make multi region rds way more usable.

Proposed Solution

No response

Other Information

No response

Acknowledgements

CDK version used

latest

Environment details (OS name and version, etc.)

Mac OS ventura 13.6

khushail commented 8 months ago

Hi @veho-mac , thanks for reaching out with this. This is on the cloudformation coverage roadmap as can be seen here.

github-actions[bot] commented 8 months ago

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.

kcolemangt commented 8 months ago

Amazon Aurora Global Database for PostgreSQL now supports write forwarding.

Enabling write forwarding in Aurora PostgreSQL.

kcolemangt commented 4 months ago

Hi @veho-mac , thanks for reaching out with this. This is on the cloudformation coverage roadmap as can be seen here.

@khushail, this can be implemented now that the CloudFormation coverage issue has been resolved.