简体   繁体   中英

What happens with AWS Aurora Read Replica in case of AZ failure

I can't seem to find anywhere the answer to this question.

We have an AWS Aurora cluster with a R/W instance and a read replica (multi-AZ). What happens with the read replica in case of a failure of it's AZ?

What would the DR plan be?

Will AWS create a new read-replica in a new AZ (because we have configured it as multi-AZ)? Do we need to create a second read-replica in another AZ just to factor in for this kind of failure?

I believe that I found the answer to this question.

The Aurora Auto scaling with Aurora replicas feature set to minimum 1 replica would fix this problem. This will ensure that a read-only replica will be provisioned in a different AZ in case when an AZ is offline.

Please correct me if this is wrong.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM