This book attempts to explore all you need to know regarding Infrastructure-as-Code (IaC). It will assist you in making informed decisions, if you have plans to implement IaC. As part of the DevOps practices, IaC offers the ability to manage, configure, and create complex infrastructures by means of executable code. When adopting IaC, the infrastructure is managed by defining the preferred state of the infrastructure in source files, and using a tool to help facilitate that. The source files consist of templates, policy definitions, configuration, code, and other related assets. A better infrastructure delivery can help improve the important aspects of software delivery performance that drive business outcomes. These include time to restore service, change failure rate, lead time for changes, and deployment frequency. What You’ll
Austin Young does a good job of explaining IaC from basic concepts, understanding tools, security and best practices. Overall a good read to build a foundation for IaC.
Great book for getting started in DevOps and cloud native applications looking to be in a CI/CD pipeline. Also is great to start knowing great cloud tools for everyday tasks.
Serves as presentation to infrastructure as code. talks almost the concepts at higher level. book doesn't present to automatic way for overseeing foundation. Great for amateur and apprentices.