This visual execution compares manual provisioning with Infrastructure as Code (IaC). Manual provisioning involves opening the cloud console, filling details, and clicking to create resources. This process is slow and prone to errors. IaC uses code, like Terraform, to define infrastructure. Running the code creates or updates resources consistently. The execution table shows manual steps versus IaC steps, highlighting IaC's repeatability and safety. Variable tracking shows infrastructure state changes from none to managed by IaC. Key moments clarify why manual is risky and IaC is preferred. The quiz tests understanding of these steps and benefits. Overall, IaC automates cloud setup, making it faster and less error-prone than manual methods.