Infrastructure as Code (IaC) Learning Path (1 )¶
IaC is an evolutionary pattern born in the early stages of the cloud era. It allows to declare the infrastructure in code and automate the deployment and configuration of huge amount of servers and services, which reduces time to market and allows bussineses to compete in a fast moving world. Another key characteristic is reproducibility, which means you can reuse your code to deploy similar resources easily. Nowadays every company have seen the advantages of IaC and uses code to manage their cloud infrastructures.
Order | Cover | Info | Description |
---|---|---|---|
1 | Terraform Up & Running: Terraform Up & Running Yevgenly Brikman Published in 2022 457 pages |
Terraform is the leading product in the IaC section, used widely for its simplicity, declarative nature, extensibility and compatibility con almost every cloud provider. Many companies in the industry use it to declare infrastructure as code and operate with Terraform every day. It is considered an essential tool in the cloud engineer or DevOps toolbelt. Terraform Up and Running will help you to understand and apply the IaC principles, to organize your code to follow the best practices, and also how testing is performed in this paradigm. |
The following paths are opened to you now, choose wisely:
Want to change the subject? Here are some suggestions about other paths you can explore:
- CI/CD : Automation is key to improve quality and shorten software releases. Read all about continuous integration and delivery principles, master the tools and learn the bases that will make you be more effective and efficient.
learn about these related concepts!
#cloud-engineering #automation #state-management #fault-recovery #terraform #pulumi #crossplane #ansible