nerdexam
HashiCorp

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…

Understand Infrastructure as Code (IaC) Concepts

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)
  • A
    8% (2)
  • B
    4% (1)
  • D
    17% (4)
  • E
    71% (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

#IaC benefits#self-service infrastructure#API-driven workflows#console vs IaC

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice