Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 137

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

    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
bora4motionOption: C

C sounds good to me too.

BurakkoOption: C

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

keiffo2

C surely yes

BereOption: C

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.

campsOption: C

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.

ruganeshOption: C

C is the right one

RVivekOption: C

C is the answer

cananmerteseeOption: C

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