Managing and provisioning cloud infrastructure using code files instead of manual configuration. Like having a recipe that automatically builds your entire kitchen setup.
Using Infrastructure as Code, you can recreate your entire cloud environment in minutes by running a configuration file.
All provide declarative templates to provision and manage infrastructure. AWS uses CloudFormation stacks, Azure uses ARM/Bicep deployments, GCP offers Deployment Manager, and OCI Resource Manager runs Terraform to apply infrastructure changes.