- Getting Started with Terraform(Second Edition)
- Kirill Shirinkin
- 109字
- 2021-07-15 17:06:37
Infrastructure Automation
Before starting to learn Terraform, you first need to learn certain concepts in the modern infrastructure. To be able to use the new tool, one needs to understand what problem it solves. In order to do it, this chapter will cover the following topics:
- Learning what Infrastructure as Code is and why it is needed
- Understanding the benefits of a declarative approach to configuration management
- Explaining the missing points of configuration management tools
- Laying out requirements for high-level infrastructure automation
- Taking a quick look at the main tools in order to provision infrastructure
- The short overview and history of Terraform
- What you will learn in this book
推薦閱讀
- ClickHouse性能之巔:從架構設計解讀性能之謎
- React Native Cookbook
- PyQt從入門到精通
- Django Design Patterns and Best Practices
- Hands-On Functional Programming with TypeScript
- Protocol-Oriented Programming with Swift
- Unity 3D/2D移動開發實戰教程
- 大話Java:程序設計從入門到精通
- 零基礎學C語言(升級版)
- 現代C:概念剖析和編程實踐
- Magento 2 Beginners Guide
- Java程序設計教程
- .NET 4.0面向對象編程漫談:應用篇
- Java Web開發教程:基于Struts2+Hibernate+Spring
- Java 7 Concurrency Cookbook