Promptles
DevOps & Deployment

Infrastructure as Code

intermediate

Definition

Writing down what your servers, databases, and networks should look like in plain text files, instead of clicking around in a cloud dashboard to set them up by hand. Those files become the recipe: anyone can review them, save them, or use them to recreate the whole setup from scratch.

In the wild

A team writes a small file that says 'we need three web servers, one database, and a load balancer in front.' Running a single command turns that file into the actual cloud setup. If the whole thing got accidentally deleted tomorrow, the same file would rebuild it identically in minutes.

More from DevOps & Deployment