Soru

Zorluk: ZorDesign Compute High Availability

You are designing the compute infrastructure for a media streaming company's transcoder service. The service uses stateless virtual machines that dynamically scale based on CPU utilization. The design must satisfy the following requirements:
- Maintain an uptime SLA of 99.99% for the compute instances.
- Support both Spot VMs for cost-effective scaling and On-Demand VMs for baseline capacity within the same logical group.
- Allow the operations team to interact with and manage the individual underlying virtual machines using standard VM APIs.

Which two configurations should you include in the design?

  1. A Virtual Machine Scale Set configured in Flexible orchestration modeCevap
  2. B
    An Availability Set containing the virtual machines deployed within a single Availability Zone
  3. Instance distribution across multiple Availability Zones within the regionCevap
  4. D
    A Virtual Machine Scale Set in Uniform orchestration mode with all instances restricted to a single Availability Zone

Cevap

To meet the requirements, you must use a Virtual Machine Scale Set in Flexible orchestration mode and distribute the instances across multiple Availability Zones.
To achieve a 99.99% SLA, virtual machines must be distributed across two or more Availability Zones in the same region. Additionally, using a Virtual Machine Scale Set in Flexible orchestration mode allows mixing Spot VMs and On-Demand VMs within the same scale set while maintaining standard VM API management for individual instances.

Adım Adım Çözüm

1
Analyze the virtual machine uptime SLA requirements.
Identify that a 99.99% VM uptime SLA is required.
SLA requirements dictate whether VMs can be regional, zonal, or must span multiple Availability Zones.
2
Select the deployment topology that supports the 99.99% SLA.
Choose to distribute the virtual machines across multiple Availability Zones within the region.
In Azure, a 99.99% VM uptime SLA is only guaranteed when two or more VMs are deployed across two or more Availability Zones in the same region.
3
Evaluate the orchestration mode needed to support VM mixing and management requirements.
Select a Virtual Machine Scale Set (VMSS) in Flexible orchestration mode.
Flexible orchestration mode allows mixing Spot and On-Demand VMs in the same scale set, and permits managing individual instances using standard VM APIs.

Anahtar Kavram

Designing High Availability compute architecture using Virtual Machine Scale Sets in Flexible orchestration mode distributed across Availability Zones.
Bu soruyu puanla