What are the benefits of using Infrastructure as Code? (select five)

Posted by: Pdfprep Category: TA-002-P Tags: , ,

What are the benefits of using Infrastructure as Code? (select five)
A . Infrastructure as Code is relatively simple to learn and write, regardless of a user’s prior experience with developing code
B . Infrastructure as Code provides configuration consistency and standardization among deployments
C . Infrastructure as Code is easily repeatable, allowing the user to reuse code to deploy similar, yet different resources
D . Infrastructure as Code gives the user the ability to recreate an application’s infrastructure for disaster recovery scenarios
E . Infrastructure as Code easily replaces development languages such as Go and .Net for application development
F . Infrastructure as Code allows a user to turn a manual task into a simple, automated deployment (Correct)

Answer: A,C,D,F

Explanation:

If you are new to infrastructure as code as a concept, it is the process of managing infrastructure in a file or files rather than manually configuring resources in a user interface. A resource in this instance is any piece of infrastructure in a given environment, such as a virtual machine, security group, network interface, etc. At a high level, Terraform allows operators to use HCL to author files containing definitions of their desired resources on almost any provider (AWS, GCP, GitHub, Docker, etc) and automates the creation of those resources at the time of application.

Leave a Reply

Your email address will not be published.