PrepAway - Latest Free Exam Questions & Answers

Which of the below mentioned statements will help the user understand the Multi AZ feature better?

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?

PrepAway - Latest Free Exam Questions & Answers

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

Explanation:

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.

14 Comments on “Which of the below mentioned statements will help the user understand the Multi AZ feature better?

  1. Chef says:

    When you provision a Multi-AZ DB Instance, Amazon RDS automatically creates a primary DB Instance and synchronously replicates the data to a standby instance in a different Availability Zone (AZ)

    B.
    In a Multi AZ, AWS runs two DBs in parallel and copies the data synchronously to the replica copy




    0



    0
  2. YENY says:

    C is correct.

    primary DB and standby DB is NOT parallel.

    Amazon RDS automatically provisions and maintains a synchronous “standby replica” in a different Availability Zone.




    0



    0
  3. Gig says:

    Answer is C:

    Amazon RDS for Microsoft SQL Server
    https://aws.amazon.com/rds/sqlserver/

    “Multi-AZ Deployments – When you create or modify your DB Instance to run as a Multi-AZ deployment, Amazon RDS will automatically provision a primary database in one Availability Zone and maintain a synchronous “standby” replica in a different Availability Zone.”




    0



    0
  4. Venkat Rangamani says:

    Looks like this is a B vs. C discussion and I am going to cast my vote for B because the standby is indeed a running instance. The replica DB is not accepting connections from a web server but it is accepting data from the primary instance and actually propagating it to the tables to be ready to take on the job if neeed. Its kind of like the Vice President – awake, alert and ready to take charge if needed even though he isn’t actually seated in the Oval Office.




    0



    0
  5. Nagarjuna D N says:

    The answer should be C.

    High availability does not mean that Amazon keeps, for example, two databases running in parallel; it is the data on disk that is replicated. If the primary DB instance becomes unavailable, a failover begins and the database software is started on the standby replica. The time it takes for the failover to complete depends on the database activity and other conditions at the time the primary DB instance became unavailable. When the failover is complete, it can take additional time for the RDS console UI to reflect the new Availability Zone.




    1



    0
  6. LV says:

    Hmmm, i think the question is wrong. The “standby” replica is up, so actually 2 DB instances are running in parallel … but they are not accessed in parallel.




    0



    0

Leave a Reply

Your email address will not be published. Required fields are marked *