Replies: 1 comment
-
Aurora Serverless v2 handles high-availability and data redundancy automatically. If the cluster spans across subnets in multiple AZs, the readers should be created by default in another AZ than the writer and promoted in case of failure of the primary instance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this aws cdk in typescript function which deploy database cluster of serverlessV2 instances, I cannot find a way to deploy my reader in different zone than writer.
How do I deploy ClusterInstances in Multi Availability Zones using Aws cdk?
Or how can I specify zones of database instances using Aws cdk?
Beta Was this translation helpful? Give feedback.
All reactions