nerdexam
CompTIA

CV0-003 · Question #862

A systems administrator wants to ensure a system can adjust its resources based on usage. Which of the following will best accomplish this goal?

The correct answer is B. Autoscaling. Autoscaling dynamically adjusts compute resources up or down in response to real-time usage metrics, directly meeting the requirement for automatic resource adjustment.

Cloud Architecture and Design

Question

A systems administrator wants to ensure a system can adjust its resources based on usage. Which of the following will best accomplish this goal?

Options

  • AAnti-affinity
  • BAutoscaling
  • CRight-sizing
  • DOversubscription

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    92% (23)
  • C
    4% (1)

Why each option

Autoscaling dynamically adjusts compute resources up or down in response to real-time usage metrics, directly meeting the requirement for automatic resource adjustment.

AAnti-affinity

Anti-affinity is a placement policy that distributes workloads across separate physical hosts for fault tolerance; it does not adjust resource quantities based on usage.

BAutoscalingCorrect

Autoscaling monitors defined metrics such as CPU utilization, memory, or request rate and automatically provisions or removes resources to match current demand. This eliminates manual intervention and ensures the system has the right capacity at any given time. Cloud autoscaling policies can be reactive (threshold-based) or predictive (scheduled or ML-driven), covering a wide range of usage patterns.

CRight-sizing

Right-sizing is a capacity planning exercise that matches resource allocation to observed needs at a point in time, but it does not provide dynamic or automatic adjustment.

DOversubscription

Oversubscription allocates more virtual resources than underlying physical capacity, which is a provisioning strategy, not a mechanism for dynamically scaling resources with usage.

Concept tested: Cloud autoscaling for dynamic resource adjustment

Source: https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html

Topics

#autoscaling#elasticity#resource management#cloud fundamentals

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice