400-007 · Question #400
Traditionally, infrastructure is not managed using code, but instead it is managed and provisioned manually, which can cause potential issues. On the other side, infrastructure as code brings…
The correct answer is D. repeatable deployments. Repeatable deployments is a key benefit of infrastructure as code (IaC). By defining infrastructure in code, deployments can be automated and consistently reproduced, ensuring that the same environment is created every time, eliminating human error and inconsistencies.
Question
Traditionally, infrastructure is not managed using code, but instead it is managed and provisioned manually, which can cause potential issues. On the other side, infrastructure as code brings several advantages. What is a benefit of infrastructure as code?
Options
- Adeclarative pipelines
- Bconfiguration drift
- Cagent monitoring
- Drepeatable deployments
How the community answered
(20 responses)- C5% (1)
- D95% (19)
Explanation
Repeatable deployments is a key benefit of infrastructure as code (IaC). By defining infrastructure in code, deployments can be automated and consistently reproduced, ensuring that the same environment is created every time, eliminating human error and inconsistencies.
Topics
Community Discussion
No community discussion yet for this question.