HashiCorp Certified: Terraform Associate — Question 6

You have recently started a new job at a retailer as an engineer. As part of this new role, you have been tasked with evaluating multiple outages that occurred during peak shopping time during the holiday season. Your investigation found that the team is manually deploying new compute instances and configuring each compute instance manually. This has led to inconsistent configuration between each compute instance.
How would you solve this using infrastructure as code?

Answer options

Correct answer: D

Explanation

The correct answer is D because implementing a provisioning pipeline automates the deployment process, ensuring consistent configurations across compute instances. Options A and B still rely on manual processes, which do not resolve the inconsistency issues. Option C does not address the underlying problem of configuration management and simply increases resource size without improving deployment practices.