Vanguard Systems is deploying a critical database workload in the East Asia region. You need to configure four virtual machines (VMs) to host the application. The deployment must meet the following requirements:
- Guarantee a virtual machine uptime SLA of .
- Protect the application from datacenter-wide power or cooling failures.
- Distribute incoming traffic across the virtual machines.
Which of the following actions should you perform to meet the requirements? (Select two.)
- Deploy the virtual machines across separate Availability Zones in the East Asia region.Cevap
- Associate the virtual machines with a Standard SKU Load Balancer.Cevap
- CDeploy the virtual machines in an Availability Set that spans across multiple Availability Zones.
- DAssociate the virtual machines with a Basic SKU Load Balancer.
Cevap
To meet the requirements, you must deploy the virtual machines across separate Availability Zones to satisfy the SLA and protect against zone-level failures, and use a Standard SKU Load Balancer to distribute traffic across those zones.
Deploying the virtual machines across separate Availability Zones provides datacenter-level isolation, meeting the SLA and safeguarding against datacenter-wide power or cooling outages. Since the VMs are distributed across different zones, a Standard SKU Load Balancer is required to distribute incoming traffic, as the Basic SKU Load Balancer is restricted to a single Availability Set or zone.
Adım Adım Çözüm
Anahtar Kavram
Deploying virtual machines across Availability Zones for high availability and distributing traffic using a Standard Load Balancer.