Municipal cloud ops wants networks, VMs, and load balancers declared once and applied the same way every time. Which approach best meets that need?
Select an answer to reveal the explanation.
Short Explanation
Think of writing the road map once and letting automation pave it instead of redrawing streets by hand every Monday. Infrastructure as code declares networks, VMs, and load balancers so they land the same way every run.
Full Explanation
Infrastructure as code (IaC) expresses desired infrastructure—networks, compute, load balancers, and related resources—in templates or definitions that can be applied repeatably. Declarative provisioning reduces manual variance compared with console click paths, tribal knowledge, or screenshot archives.