A digital health organization is deploying a patient scheduling application that requires a relational database. To meet strict service-level agreements, the database must replicate data synchronously to a standby instance in a different Availability Zone and support automatic failover if the primary database fails. Which AWS database deployment option should the organization select?
- Amazon RDS Multi-AZ deploymentCevap
- BAmazon RDS with Read Replicas
- CAmazon DynamoDB with Global Tables
- DAmazon EC2 instance hosting a self-managed database with custom scripting
Cevap
Amazon RDS Multi-AZ deployment
Amazon RDS Multi-AZ deployment is the correct choice because it automatically creates a primary database instance and synchronously replicates the data to a standby instance in a different Availability Zone. In the event of a failure, Amazon RDS performs an automatic failover to the standby instance, minimizing downtime.
Adım Adım Çözüm
Anahtar Kavram
Amazon RDS Multi-AZ deployments provide high availability and automatic failover for relational databases by synchronously replicating data to a standby instance in a different Availability Zone.