What is Infrastructure as Code (IaC)? How does it help in DevOps?

Question

can you help me with this question

Answer ( 1 )

    0
    2025-02-28T15:05:37+00:00

    Infrastructure as Code (IaC) is a practice where infrastructure is provisioned and managed using code (rather than manual processes). It helps in:

    • Automating infrastructure provisioning.
    • Ensuring consistency and reducing configuration drift.
    • Enabling rapid scalability.
    • Facilitating easy rollback and disaster recovery.

    Examples: Terraform, AWS CloudFormation, Ansible

Leave an answer