nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · Question #149

Which of the following are advantages of using infrastructure as code (laC) instead of provisioning with a graphical user interface (GUI)? Choose two correct answers.

The correct answer is B. Lets you version, reuse, and share infrastructure configuration E. Reduces risk of operator error. Infrastructure as code (IaC) is a way of managing and provisioning cloud infrastructure using programming techniques instead of manual processes. IaC has many advantages over using a graphical user interface (GUI) for provisioning infrastructure, such as: - Versioning: IaC…

Understand Infrastructure as Code (IaC) concepts

Question

Which of the following are advantages of using infrastructure as code (laC) instead of provisioning with a graphical user interface (GUI)? Choose two correct answers.

Options

  • APrevents manual modifications to your resources
  • BLets you version, reuse, and share infrastructure configuration
  • CSecures your credentials
  • DProvisions the same resources at a lower cost
  • EReduces risk of operator error

How the community answered

(41 responses)
  • A
    7% (3)
  • B
    76% (31)
  • C
    15% (6)
  • D
    2% (1)

Explanation

Infrastructure as code (IaC) is a way of managing and provisioning cloud infrastructure using programming techniques instead of manual processes. IaC has many advantages over using a graphical user interface (GUI) for provisioning infrastructure, such as: - Versioning: IaC allows you to store your infrastructure configuration in a version control system, such as Git, and track changes over time. This enables you to roll back to previous versions, compare differences, and collaborate with other developers. - Reusability: IaC allows you to create reusable modules and templates that can be applied to different environments, such as development, testing, and production. This reduces duplication, improves consistency, and speeds up deployment. - Sharing: IaC allows you to share your infrastructure configuration with other developers, teams, or organizations, and leverage existing code from open source repositories or registries. This fosters best practices, innovation, and standardization. - Risk reduction: IaC reduces the risk of human error, configuration drift, and security breaches that can occur when provisioning infrastructure manually or using a GUI. IaC also enables you to perform automated testing, validation, and compliance checks on your infrastructure before

Topics

#IaC benefits#infrastructure as code#version control#operator error

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice