TERRAFORM-ASSOCIATE-003 · Question #229
Which of the following is not an advantage of using Infrastructure as Code (IaC) operations?
The correct answer is E. Public cloud console configuration workflows. E ( Correct) - IaC aims to eliminate manual cloud console workflows by using code-based A, B, C ( Advantages of IaC) - IaC enables self-service deployment, API-driven workflows, and dynamic resource scaling. D (diff command) - While useful, troubleshooting via diff is not a…
Question
Which of the following is not an advantage of using Infrastructure as Code (IaC) operations?
Options
- ASelf-service infrastructure deployment.
- BModify a count parameter to scale resources.
- CAPI-driven workflows.
- DTroubleshoot via a Linux diff command.
- EPublic cloud console configuration workflows.
How the community answered
(24 responses)- A8% (2)
- B4% (1)
- D17% (4)
- E71% (17)
Explanation
E ( Correct) - IaC aims to eliminate manual cloud console workflows by using code-based A, B, C ( Advantages of IaC) - IaC enables self-service deployment, API-driven workflows, and dynamic resource scaling. D (diff command) - While useful, troubleshooting via diff is not a core advantage of IaC.
Topics
Community Discussion
No community discussion yet for this question.