Correct Answer: B
Infrastructure as Code (IaC) principles relate to the service provisioning stage of development. IaC involves managing and provisioning computing infrastructure through machine-readable definition files, rather than through physical hardware configuration or interactive configuration tools.
* Service Provisioning: IaC allows for the automated deployment and management of infrastructure resources. This includes servers, databases, networks, and other components necessary for running applications and services.
* Automation and Consistency: IaC ensures that the infrastructure is provisioned consistently and repeatably, reducing the chances of human error and increasing efficiency.
References:
* Cisco DevNet Associate Certification Guide
* Infrastructure as Code (IaC) Principles