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.
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)- A4% (1)
- C93% (25)
- D4% (1)
Why each option
Dynamically provisioning and deprovisioning servers in response to real-time workload changes is the defining characteristic of infrastructure 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.
Build automation covers compiling, testing, and packaging software artifacts in a pipeline, not provisioning or deprovisioning runtime infrastructure capacity.
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.
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
Community Discussion
No community discussion yet for this question.