CV0-004 · Question #257
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…
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…
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
How the community answered
(23 responses)- A4% (1)
- B9% (2)
- C83% (19)
- D4% (1)
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.