nerdexam
Linux_Foundation

LFCA · Question #23

An IT associate has a web application running on multiple servers, configured to scale based on CPU usage. The current configuration has a minimum size of 1 and a maximum size of 5 servers, designed…

The correct answer is A. Increase the minimum to 2. To enhance application availability during an Availability Zone outage, especially in a low utilization period where minimum scaling rules apply, ensuring more active instances are spread across zones is crucial. Increasing the minimum server count ensures that even when an AZ…

Submitted by chiamaka_o· May 4, 2026Cloud Computing Fundamentals

Question

An IT associate has a web application running on multiple servers, configured to scale based on CPU usage. The current configuration has a minimum size of 1 and a maximum size of 5 servers, designed to launch and spread the instances across 3 Availability Zones (AZ). During a low utilization period, an entire AZ went down, and the application experienced downtime. What can the IT associate do to increase the availability of the application?

Options

  • AIncrease the minimum to 2
  • BChange to scale based on number of requests
  • CDecrease the AZs to 2
  • DIncrease the maximum to 6

How the community answered

(27 responses)
  • A
    78% (21)
  • B
    11% (3)
  • C
    4% (1)
  • D
    7% (2)

Why each option

To enhance application availability during an Availability Zone outage, especially in a low utilization period where minimum scaling rules apply, ensuring more active instances are spread across zones is crucial. Increasing the minimum server count ensures that even when an AZ fails, remaining AZs have at least one active instance, preventing total application downtime.

AIncrease the minimum to 2Correct

Increasing the minimum instance count to 2 ensures that at least two instances are always running. With instances spread across 3 AZs, if one AZ goes down, the remaining two AZs will each likely still have at least one instance, maintaining application availability instead of potentially leaving only one instance in a single AZ which could fail, or none if that single instance was in the failed AZ.

BChange to scale based on number of requests

Changing the scaling metric might optimize for performance under load but does not directly address the issue of maintaining availability during an AZ outage when operating at minimum capacity.

CDecrease the AZs to 2

Decreasing the number of Availability Zones to 2 would reduce redundancy and further decrease availability, making the application more susceptible to outages if one of the two remaining AZs fails.

DIncrease the maximum to 6

Increasing the maximum server count addresses scaling for high demand, but it does not guarantee availability during low utilization or when an AZ fails if the minimum instance count remains at 1.

Concept tested: Cloud auto-scaling for high availability

Source: https://docs.aws.amazon.com/autoscaling/ec2/userguide/AutoScalingGroupLifecycle.html

Topics

#High Availability#Auto Scaling#Availability Zones#Fault Tolerance

Community Discussion

No community discussion yet for this question.

Full LFCA Practice