TERRAFORM-ASSOCIATE-004 · Question #98
Which of the following is not a benefit of adopting infrastructure as code?
The correct answer is B. A Graphical User Interface. Infrastructure as Code (IaC) provides several benefits, including the ability to version control infrastructure, reuse code, and automate infrastructure management. However, IaC is typically associated with declarative configuration files and does not inherently provide a…
Question
Options
- AVersioning
- BA Graphical User Interface
- CReusability of code
- DAutomation
How the community answered
(28 responses)- A4% (1)
- B93% (26)
- C4% (1)
Explanation
Infrastructure as Code (IaC) provides several benefits, including the ability to version control infrastructure, reuse code, and automate infrastructure management. However, IaC is typically associated with declarative configuration files and does not inherently provide a graphical user interface (GUI). A GUI is a feature that may be provided by specific tools or platforms built on top of IaC principles but is not a direct benefit of IaC itself.
Topics
Community Discussion
No community discussion yet for this question.