From the course: AWS Certified Machine Learning Engineer Associate (MLA-C01) Cert Prep

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Infrastructure as code (IaC) services

Infrastructure as code (IaC) services

(upbeat music) - [Instructor] Hello guys, and welcome again. So in today's lesson, we will have a brief overlook on the infrastructure as code services we have. The Infrastructure as code is the practice of managing and provisioning infrastructure using declarative templates or programming code. For the key principles, for the declarative or the code based configurations, you would use formats like the YAML or the JSON, or even programming languages like Python with AWS CDK in order to define your infrastructure. For version control, you would store infrastructure as code files in Git or AWS CodeCommit. And for provisioning and automation, you would automate the infrastructure deployment with tools like AWS Cloud Formation Terraform, or AWS CDK. The benefits include consistency and reliability, so it would eliminate the configuration drift and ensures deployment are consistent across your environments. Let's say the development environment, the production environment that you have. It…

Contents