nerdexam
Cisco

300-910 · Question #113

What is a benefit of infrastructure as code regarding speed and simplicity of deployments?

The correct answer is B. spinning up all the architecture with one script. A primary speed and simplicity benefit of IaC is the ability to provision an entire environment's architecture by executing a single script rather than performing manual, step-by-step provisioning.

Infrastructure as Code

Question

What is a benefit of infrastructure as code regarding speed and simplicity of deployments?

Options

  • Autilization of virtual server platforms
  • Bspinning up all the architecture with one script
  • Cdifferent infrastructure environments depending on cloud regions
  • Duse of independent scripts for each environment

How the community answered

(22 responses)
  • B
    86% (19)
  • C
    5% (1)
  • D
    9% (2)

Why each option

A primary speed and simplicity benefit of IaC is the ability to provision an entire environment's architecture by executing a single script rather than performing manual, step-by-step provisioning.

Autilization of virtual server platforms

Utilization of virtual server platforms is a cloud computing concept, not a specific IaC benefit related to deployment speed or simplicity.

Bspinning up all the architecture with one scriptCorrect

IaC tools such as Terraform or Ansible allow engineers to define all required resources in a single template or playbook and provision an entire stack with one command, eliminating repetitive manual steps and dramatically reducing deployment time and human error.

Cdifferent infrastructure environments depending on cloud regions

Supporting different infrastructure environments per cloud region is a multi-region design concern, not a core IaC benefit for speed and simplicity.

Duse of independent scripts for each environment

Using independent scripts per environment introduces inconsistency and maintenance overhead, which is contrary to the IaC goal of unified, repeatable deployments.

Concept tested: IaC deployment speed and single-script automation

Source: https://developer.hashicorp.com/terraform/intro

Topics

#Infrastructure as Code#Automation#Deployment Speed#IaC Benefits

Community Discussion

No community discussion yet for this question.

Full 300-910 Practice