Aetheris Logistics is planning the deployment of a new line-of-business application in the East US 2 region. The architecture consists of three web tier virtual machines (VM-Web-Prod1, VM-Web-Prod2, and VM-Web-Prod3) and two database tier virtual machines (VM-DB-Prod1 and VM-DB-Prod2).
The deployment must satisfy the following requirements:
- The web tier must achieve a service level agreement (SLA) of at least virtual machine uptime and be resilient against datacenter-wide failures.
- The database tier must be protected against localized hardware failures, such as server rack or power outages, within a single datacenter. The database tier does not require zone-wide redundancy.
- All high availability configurations must be applied during the initial deployment phase.
Which two configuration actions should you perform? (Select two.)
- Deploy VM-Web-Prod1, VM-Web-Prod2, and VM-Web-Prod3 across three separate Availability Zones.Answer
- Deploy VM-DB-Prod1 and VM-DB-Prod2 in a new Availability Set.Answer
- CDeploy VM-Web-Prod1, VM-Web-Prod2, and VM-Web-Prod3 across separate Availability Zones and group them inside a single Availability Set.
- DDeploy VM-DB-Prod1 and VM-DB-Prod2 as standalone virtual machines, and then associate them with a new Availability Set after deployment.