Infrastructure as Code (IaC) enables version-controlled, repeatable deployment of cloud resources.
- True
- False
Answer: True
IaC tools (Terraform, CloudFormation, Ansible) define infrastructure in declarative code files, enabling version control, peer review, automated testing, and consistent deployments across environments. Reduces configuration drift and manual errors. Critical for cloud operations and DevOps questions in technical exams.