Zephyr Energy is deploying a critical database-driven application to the South Central US region. The deployment consists of two web servers (VM-Web1 and VM-Web2) and two database servers (VM-DB1 and VM-DB2).
You must configure the infrastructure to meet the following requirements:
- The web servers must be protected against localized hardware and power failures within a single datacenter, while minimizing latency between them.
- The database servers must be protected against datacenter-wide outages (such as flooding or utility power loss affecting an entire facility).
- The configuration must achieve the highest possible Service Level Agreement (SLA) for virtual machine uptime for each tier.
Which two configuration actions should you perform? (Select two.)
- Deploy VM-Web1 and VM-Web2 to a single Availability Set.Cevap
- Deploy VM-DB1 and VM-DB2 to different Availability Zones.Cevap
- CDeploy VM-Web1 and VM-Web2 to a single Availability Set that spans across multiple Availability Zones.
- DDeploy VM-DB1 and VM-DB2 to a single Availability Set, and assign VM-DB1 to Availability Zone 1 and VM-DB2 to Availability Zone 2.
- EDeploy VM-DB1 to Availability Zone 1, and then add VM-DB2 to the same Availability Set as VM-DB1.