Q: 15
[Understand Infrastructure as Code (IaC) Concepts]
Which of the following ate advantages of using infrastructure as code (laC) instead of provisioning
with a graphical user interface (GUI)? Choose two correct answers.
Options
Discussion
A D
A is key since versioning and sharing configs isn't possible with just a GUI. D makes sense because IaC automation reduces fat-finger mistakes. But if the organization locks down the GUI with strict RBAC, manual errors might still be minimized-so context matters a bit.
Probably A and D here, since IaC is really about repeatability and version control. B is a trap because costs don't go down just by using code, and preventing manual changes (E) isn't really guaranteed. Does the question specify if some manual intervention is still allowed? That could change things.
Be respectful. No spam.