Infrastructure as Code

My first introduction to IAC was Ansible in about 2015. Writing playbooks instead of SSHing into boxes and running commands like some kind of digital archaeologist. Suddenly infrastructure was repeatable which alone felt like magic. Then Terraform. YAML with remote state in S3 for version control was next for me.…