Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 137


What advantage does an operations team that uses infrastructure as code have?

Show Answer
Correct Answer: C

An operations team that uses infrastructure as code (IaC) has the advantage of being able to reuse best practice configurations and settings. This makes it easier to quickly and consistently provision new resources. By defining infrastructure as code, configurations can be reused across different environments, ensuring consistency and reducing the risk of manual errors.

Discussion

7 comments
Sign in to comment
BurakkoOption: C
Mar 2, 2023

This should be it : "The ability to reuse best practice configurations and settings"

keiffo2
Mar 6, 2023

C surely yes

bora4motionOption: C
Mar 2, 2023

C sounds good to me too.

campsOption: C
Sep 30, 2023

C. The ability to reuse best practice configurations and settings. An operations team that uses infrastructure as code has the advantage of being able to reuse best practice configurations and settings across their infrastructure. This enables the team to quickly and easily provision new resources, and ensures that resources are configured consistently across the infrastructure. By defining infrastructure as code, the team can also automate the provisioning and configuration of resources, which helps reduce the risk of manual errors and frees up time for more important tasks.

BereOption: C
Jul 17, 2024

While options B and D are also advantages associated with IaC, option C is the most directly related to the reuse of configurations and settings. Option A, the ability to delete infrastructure, is a basic function of any infrastructure management approach, not an advantage specific to IaC.

RVivekOption: C
Mar 26, 2023

C is the answer

ruganesh
Jul 17, 2023

C is the right one

cananmerteseeOption: C
Apr 2, 2024

This is the most direct benefit of IaC. With IaC, operations teams can version control their infrastructure configurations, ensuring that best practices are consistently applied across environments