TERRAFORM-ASSOCIATE-004 · Question #121
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.
The correct answer is A. Lets you version, reuse, and share infrastructure configuration D. Reduces risk of operator error. It lets you version, reuse, and share infrastructure configuration as code files, which can be stored in a source control system and integrated with your CI/CD pipeline. It reduces risk of operator error by automating repetitive tasks and ensuring consistency across…
Question
Options
- ALets you version, reuse, and share infrastructure configuration
- BProvisions the same resources at a lower cost
- CSecures your credentials
- DReduces risk of operator error
- EPrevents manual modifications to your resources
How the community answered
(40 responses)- A88% (35)
- B3% (1)
- C3% (1)
- E8% (3)
Explanation
It lets you version, reuse, and share infrastructure configuration as code files, which can be stored in a source control system and integrated with your CI/CD pipeline. It reduces risk of operator error by automating repetitive tasks and ensuring consistency across environments. IaC does not necessarily provision resources at a lower cost, secure your credentials, or prevent manual modifications to your resources - these depend on other factors such as your cloud provider, your security practices, and your access policies.
Topics
Community Discussion
No community discussion yet for this question.