A logistics company runs a fleet tracking application in the West US 2 region. The application's architecture includes two front-end web server virtual machines named Web-01 and Web-02, and a backend SQL Server database hosted on a single virtual machine named DB-01.
Web-01 and Web-02 both run on Standard SSD disks, each experiencing a continuous write churn of . DB-01 uses three Premium SSD v1 disks:
* OS Disk: average write churn
* Data Disk: average write churn
* Transaction Log Disk: average write churn
You are designing a disaster recovery (DR) solution to the East US region. The solution must meet the following requirements:
* The web servers must have a Recovery Point Objective (RPO) of 1 hour and a Recovery Time Objective (RTO) of 2 hours.
* The database must have an RPO of less than 10 seconds and an RTO of 15 minutes.
Which disaster recovery design should you recommend?
- AConfigure Azure Site Recovery to replicate Web-01, Web-02, and DB-01 to the target region, enabling the High Churn replication policy on DB-01's virtual machine configuration.
- BConfigure Azure Site Recovery to replicate Web-01 and Web-02, and configure an Azure SQL Auto-Failover Group to automate database replication for the SQL Server instance on DB-01.
- Configure Azure Site Recovery to replicate Web-01 and Web-02 to the target region, and deploy SQL Server Always On Availability Groups to replicate the database to a target virtual machine in East US.Cevap
- DConfigure Azure Site Recovery to replicate Web-01 and Web-02, and configure DB-01's disks on Read-Access Geo-Redundant Storage (RA-GRS) to allow database write workloads to resume in the secondary region during failover.