nerdexam
CompTIA

CV0-003 · Question #407

A cloud administrator is load balancing six VMs on an IaaS cloud service. The organization has an SLA stating the application should be available 99.999% of the time. At present, the six VMs are handl

The correct answer is B. Implement and procure six VMs and add them to the three existing availability zones.. Adding six more VMs to the existing three availability zones doubles the redundant capacity within the region, ensuring the minimum six-VM load requirement is met even during partial failures.

Cloud Architecture and Design

Question

A cloud administrator is load balancing six VMs on an IaaS cloud service. The organization has an SLA stating the application should be available 99.999% of the time. At present, the six VMs are handling the load from one region and three availability zones. System baselines have confirmed there must be at least six VMs to handle this load. Given this scenario, which of the following should the administrator recommend to BEST meet these requirements?

Options

  • AImplement and procure three VMs and spread them across three availability zones.
  • BImplement and procure six VMs and add them to the three existing availability zones.
  • CImplement and procure another region and set up three VMs across three availability zones.
  • DImplement and procure another region and set up six VMs across three availability zones.

How the community answered

(64 responses)
  • A
    14% (9)
  • B
    48% (31)
  • C
    9% (6)
  • D
    28% (18)

Why each option

Adding six more VMs to the existing three availability zones doubles the redundant capacity within the region, ensuring the minimum six-VM load requirement is met even during partial failures.

AImplement and procure three VMs and spread them across three availability zones.

Adding only three VMs brings the total to nine, but if enough VMs fail during an AZ outage the remaining count could drop below the required six-VM capacity threshold.

BImplement and procure six VMs and add them to the three existing availability zones.Correct

By adding six VMs to the three existing availability zones, the total pool grows to twelve VMs, meaning the system can sustain the loss of up to six VMs while still meeting the baseline six-VM load requirement. This intra-region redundancy across three AZs supports the 99.999% SLA by eliminating single-AZ points of failure without the added operational complexity of multi-region failover.

CImplement and procure another region and set up three VMs across three availability zones.

Adding a second region with only three VMs means that region cannot independently handle the full load if the primary region fails, violating the minimum six-VM baseline requirement.

DImplement and procure another region and set up six VMs across three availability zones.

While a second region with six VMs provides geographic redundancy, it introduces multi-region complexity and potential latency that is not required when the existing three-AZ configuration within a single region already provides sufficient fault isolation for the stated SLA.

Concept tested: High-availability VM distribution across availability zones

Source: https://learn.microsoft.com/en-us/azure/reliability/availability-zones-overview

Topics

#high availability#load balancing#availability zones#SLA

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice