How does Aurora Postgresql Global database work for writes requests from multiple regions?
I have a single Aurora Postgresql serverless v2 cluster in AWS in one region. I am planning to deploy it to multiple regions by using global database. After some reading, I found in multiple regions cluster, it can only have one primary region which can take write requests. Multiple regions seems only benefits on read.
How does Aurora Postgresqql Global database work for writes requests from multiple regions?
I have a single Aurora Postgresqql serverless v2 cluster in AWS in one region. I am planning to deploy it to multiple regions by using global database. After some reading, I found in multiple regions cluster, it can only have one primary region which can take write requests. Multiple regions seems only benefits on read.