A user has enabled the Multi AZ feature with the MS SQL RDS database server. Which of the below mentioned statements will help the user understand the Multi AZ feature better?
A.
In a Multi AZ, AWS runs two DBs in parallel and copies the data asynchronously to the replica copy
B.
In a Multi AZ, AWS runs two DBs in parallel and copies the data synchronously to the replica copy
C.
In a Multi AZ, AWS runs just one DB but copies the data synchronously to the standby replica
D.
AWS MS SQL does not support the Multi AZ feature
Suggested Answer:C🗳️
Amazon RDS provides high availability and failover support for DB instances using Multi-AZ deployments. In a Multi-AZ deployment, Amazon RDS automatically provisions and maintains a synchronous standby replica in a different Availability Zone. The primary DB instance is synchronously replicated across Availability Zones to a standby replica to provide data redundancy, eliminate I/O freezes, and minimize latency spikes during system backups. Running a DB instance with high availability can enhance availability during planned system maintenance, and help protect your databases against DB instance failure and Availability Zone disruption. Note that the high-availability feature is not a scaling solution for read-only scenarios; you cannot use a standby replica to serve read traffic. To service read-only traffic, you should use a read replica.
When the Multi-AZ feature is enabled for an Amazon RDS MS SQL instance, AWS automatically provisions and maintains a synchronous standby replica in a different Availability Zone (AZ). The primary database and the standby replica run in parallel, and all changes made to the primary database are synchronously replicated to the replica.
Change to C
Turns on synchronous block-level replication between the volumes of the primary and standby replicas.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.MultiAZSingleStandby.html
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
albert_kuo
11 months agoalbert_kuo
7 months, 3 weeks agoFinger41
1 year, 9 months agomgurkan
2 years, 6 months ago