ExamGecko
Question list
Search
Search

Question 134 - Terraform Associate 003 discussion

Report
Export

Which of the following methods, used to provision resources into a public cloud, demonstrates the concept of infrastructure as code?

A.
curl commands manually run from a terminal
Answers
A.
curl commands manually run from a terminal
B.
A sequence of REST requests you pass to a public cloud API endpoint Most Voted
Answers
B.
A sequence of REST requests you pass to a public cloud API endpoint Most Voted
C.
A script that contains a series of public cloud CLI commands
Answers
C.
A script that contains a series of public cloud CLI commands
D.
A series of commands you enter into a public cloud console
Answers
D.
A series of commands you enter into a public cloud console
Suggested answer: C

Explanation:

The concept of infrastructure as code (IaC) is to define and manage infrastructure using code, rather than manual processes or GUI tools. A script that contains a series of public cloud CLI commands is an example of IaC, because it uses code to provision resources into a public cloud. The other options are not examples of IaC, because they involve manual or interactive actions, such as running curl commands, sending REST requests, or entering commands into a console.Reference= [Introduction to Infrastructure as Code with Terraform] and [Infrastructure as Code]

asked 18/09/2024
Muhammad Atif Tasneem
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first