简体   繁体   中英

Why AWS RDS service needs two subnets from different AZs

As part of our project we are using AWS RDS postgres service. While creating RDS service AWS mandated to create two su.nets from different AZs (ex: us-west-2a and us-west-2b). But we have only one su.net. Is there any way to overcome this problem.

Thanks in advance.

To ensure High Availability, you need to specify su.nets in two different Availability Zones (AZs).

Each AZ operates in a different data center. If an AZ fails, the Amazon RDS service will automatically launch a replacement database in a different AZ. Therefore, it requires a minimum of two different AZs to be specfiied.

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