300-910 · Question #58
What is a benefit of Infrastructure as Code for the cloud?
The correct answer is B. It enables the user to automate deployments. Infrastructure as Code (IaC) allows for defining, provisioning, and managing computing infrastructure through machine-readable definition files rather than manual configuration or interactive tools. A primary benefit of IaC in the cloud is enabling the automation of infrastructur
Question
Exhibit
Options
- AIt groups system downtime across the infrastructure
- BIt enables the user to automate deployments
- CIt does not require configuration.
- DIt is a cost effective solution for services
How the community answered
(28 responses)- A4% (1)
- B93% (26)
- C4% (1)
Why each option
Infrastructure as Code (IaC) allows for defining, provisioning, and managing computing infrastructure through machine-readable definition files rather than manual configuration or interactive tools. A primary benefit of IaC in the cloud is enabling the automation of infrastructure deployments.
IaC focuses on provisioning and managing infrastructure, not on grouping or analyzing system downtime, which is a function of monitoring and incident management.
Infrastructure as Code (IaC) defines infrastructure in a descriptive model, which can be versioned and executed to provision and update resources programmatically. This enables fully automated, repeatable, and consistent deployments of cloud infrastructure, eliminating manual errors and accelerating the entire deployment process.
IaC explicitly requires and is about configuration; it defines the desired state of infrastructure components, often in declarative configuration files.
While IaC can lead to cost efficiencies through consistency and reduced manual effort, its primary and most direct benefit is the automation and consistency of infrastructure deployments, not necessarily being a 'cost-effective solution' in isolation.
Concept tested: Infrastructure as Code (IaC) benefits
Source: https://learn.microsoft.com/en-us/devops/deliver/what-is-iac
Topics
Community Discussion
No community discussion yet for this question.
