TERRAFORM-ASSOCIATE-003 · Question #132
Which of the following methods, used to provision resources into a public cloud, demonstrates the concept of infrastructure as code?
The correct answer is C. A script that contains a series of public cloud CLI commands. 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…
Question
Which of the following methods, used to provision resources into a public cloud, demonstrates the concept of infrastructure as code?
Options
- Acurl commands manually run from a terminal
- BA sequence of REST requests you pass to a public cloud API endpoint Most Voted
- CA script that contains a series of public cloud CLI commands
- DA series of commands you enter into a public cloud console
How the community answered
(24 responses)- A4% (1)
- B13% (3)
- C79% (19)
- D4% (1)
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.
Topics
Community Discussion
No community discussion yet for this question.