08. What is Infrastructure as Code and why do we need it?

CloudEng Course1 Lesson7 InfrastructureAsCode V1

Infrastructure as Code

Infrastructure as Code allows you to describe and provision all the infrastructure resources in your cloud environment. You can stand up servers, databases, runtime parameters, resources, etc. based on scripts that you write. Infrastructure as Code is a time-saving feature because it allows you to provision (or stand up) resources in a reproducible way.


#### Resources