nerdexam
CompTIA

XK0-004 · Question #436

The ability to add web servers dynamically during peak user activity and remove them when user activity decreases is an example of:

The correct answer is C. infrastructure automation. Dynamically provisioning and deprovisioning servers in response to real-time workload changes is the defining characteristic of infrastructure automation.

Scripting, Containers and Automation

Question

The ability to add web servers dynamically during peak user activity and remove them when user activity decreases is an example of:

Options

  • Aconfiguration automation
  • Bbuild automation
  • Cinfrastructure automation
  • Dinventory management

How the community answered

(27 responses)
  • A
    4% (1)
  • C
    93% (25)
  • D
    4% (1)

Why each option

Dynamically provisioning and deprovisioning servers in response to real-time workload changes is the defining characteristic of infrastructure automation.

Aconfiguration automation

Configuration automation manages the desired state and settings of existing systems (e.g., via Ansible or Puppet) but does not involve dynamically creating or destroying server instances.

Bbuild automation

Build automation covers compiling, testing, and packaging software artifacts in a pipeline, not provisioning or deprovisioning runtime infrastructure capacity.

Cinfrastructure automationCorrect

Infrastructure automation encompasses the dynamic provisioning and deprovisioning of compute resources - such as web servers - based on real-time demand signals, commonly implemented via auto-scaling groups in cloud or virtualized environments. This operates at the infrastructure layer itself, distinct from configuring software on existing systems or building application artifacts.

Dinventory management

Inventory management is the process of discovering and cataloging existing IT assets, not dynamically adding or removing servers in response to load changes.

Concept tested: Infrastructure automation and elastic resource provisioning

Source: https://www.redhat.com/en/topics/automation/what-is-infrastructure-automation

Topics

#infrastructure automation#auto-scaling#elasticity#dynamic provisioning

Community Discussion

No community discussion yet for this question.

Full XK0-004 Practice