nerdexam
Cisco

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

Infrastructure as Code

Question

What is a benefit of Infrastructure as Code for the cloud?

Exhibit

300-910 question #58 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)
  • A
    4% (1)
  • B
    93% (26)
  • C
    4% (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.

AIt groups system downtime across the infrastructure

IaC focuses on provisioning and managing infrastructure, not on grouping or analyzing system downtime, which is a function of monitoring and incident management.

BIt enables the user to automate deploymentsCorrect

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.

CIt does not require configuration.

IaC explicitly requires and is about configuration; it defines the desired state of infrastructure components, often in declarative configuration files.

DIt is a cost effective solution for services

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

#Infrastructure as Code#Automation#Cloud Infrastructure#Deployment Automation

Community Discussion

No community discussion yet for this question.

Full 300-910 Practice