HashiCorp Certified: Terraform Associate — Question 198
How can a ticket-based system slow down infrastructure provisioning and limit the ability to scale? (Choose two.)
Answer options
- A. End-users have to request infrastructure changes
- B. Ticket based systems generate a full audit trail of the request and fulfillment process
- C. Users can access a catalog of approved resources from drop down lists m a request form
- D. The more resources your organization needs, the more tickets your infrastructure team has to process
Correct answer: A, D
Explanation
Option A is correct because requiring end-users to submit requests can create delays in getting necessary infrastructure changes. Option D is also correct, as increased demand for resources leads to a higher volume of tickets, which can overwhelm the infrastructure team and slow down provisioning. Options B and C do not directly contribute to slowing down the process; in fact, they can provide structure and organization to the requests.