XK0-005 · 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. The dynamic scaling of web servers by adding them during high demand and removing them during low demand is a prime example 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
(57 responses)- A2% (1)
- B2% (1)
- C91% (52)
- D5% (3)
Why each option
The dynamic scaling of web servers by adding them during high demand and removing them during low demand is a prime example of infrastructure automation.
Configuration automation focuses on applying software and system settings to existing infrastructure components, not on the dynamic creation or destruction of the infrastructure itself.
Build automation primarily concerns the compilation, testing, and packaging of software source code into deployable artifacts, which is distinct from managing server lifecycles.
Infrastructure automation involves programmatically provisioning, configuring, and managing computing infrastructure like servers, networks, and storage. Dynamically adding and removing web servers based on user activity directly aligns with the goal of managing infrastructure automatically to meet fluctuating demands.
Inventory management is the process of tracking and cataloging existing IT assets, but it does not encompass the automated provisioning and de-provisioning of those assets.
Concept tested: Infrastructure as Code and automation concepts
Source: https://learn.microsoft.com/en-us/devops/operate/infrastructure-automation
Topics
Community Discussion
No community discussion yet for this question.