300-910 · Question #10
What are two benefits of Infrastructure as Code? (Choose two.)
The correct answer is C. It ensures consistency. E. It reduces risk.. Infrastructure as Code ensures consistency across environments and reduces risk by making infrastructure changes repeatable, traceable, and less prone to manual errors.
Question
Exhibit
Options
- AIt enables continuous integration.
- BIt allows for management control.
- CIt ensures consistency.
- DIt improves application monitoring.
- EIt reduces risk.
How the community answered
(27 responses)- B4% (1)
- C93% (25)
- D4% (1)
Why each option
Infrastructure as Code ensures consistency across environments and reduces risk by making infrastructure changes repeatable, traceable, and less prone to manual errors.
While IaC is a prerequisite and often integrated into Continuous Integration (CI) and Continuous Delivery (CD) pipelines, IaC itself doesn't *enable* CI; rather, CI is a practice that can leverage IaC.
'Management control' is a broad term; while IaC provides *versioned* and *auditable* control over infrastructure, 'consistency' and 'risk reduction' are more direct and specific benefits.
Infrastructure as Code (IaC) defines infrastructure in machine-readable files, ensuring that the same configuration can be deployed repeatedly to different environments, guaranteeing consistency and eliminating configuration drift caused by manual processes.
IaC focuses on provisioning and managing infrastructure, not directly improving application monitoring, though it can provision monitoring tools.
By automating infrastructure provisioning and management, IaC reduces the likelihood of human error, provides version control for infrastructure changes, and enables faster disaster recovery, all of which significantly reduce operational risks.
Concept tested: Infrastructure as Code benefits
Source: https://learn.microsoft.com/en-us/devops/deliver/what-is-infrastructure-as-code
Topics
Community Discussion
No community discussion yet for this question.
