Infrastructure as code (IaC) is one of my favorite subjects; in this chapter, I’ll break it down and focus on the most important details regarding how it works with AWS.
In this chapter, I will cover IaC in general, the benefits of using IaC, and why you need to use it. I’ll also cover IaC tools, such as Terraform, CloudFormation, Pulumi, and Ansible, and the difference between them, as well as when you should use each one of these tools.
What Is Infrastructure as Code?
As a DevOps engineer, you will hear about IaC ...