CV0-004 · Question #257
CV0-004 Question #257: Real Exam Question with Answer & Explanation
The correct answer is C: Configuration as code. Configuration as Code (CaC) ensures that all cloud deployments are consistent, repeatable, and automated by defining infrastructure configurations in code (e.g., Terraform, AWS CloudFormation, Ansible). This eliminates inconsistencies caused by manual deployments, reduces human e
Question
A company has ten cloud engineers working on different manual cloud deployments. In the past, engineers have had difficulty keeping deployments consistent. Which of the following is the best method to address this issue?
Options
- ADeployment documentation
- BService logging
- CConfiguration as code
- DChange ticketing
Explanation
Configuration as Code (CaC) ensures that all cloud deployments are consistent, repeatable, and automated by defining infrastructure configurations in code (e.g., Terraform, AWS CloudFormation, Ansible). This eliminates inconsistencies caused by manual deployments, reduces human errors, and enables version control, making it easier to track changes and collaborate effectively among multiple engineers.
Topics
Community Discussion
No community discussion yet for this question.