- Getting Started with Terraform(Second Edition)
- Kirill Shirinkin
- 388字
- 2021-07-15 17:06:35
What this book covers
Chapter 1, Infrastructure Automation, covers infrastructure automation in general, why is it needed at all (with a list of the main reasons to do it) and which tools exist to solve this problem. By the end of this chapter you will know which problem Terraform solves and why it is the best tool for particular infrastructure automation tasks.
Chapter 2, Deploying First Server, walks through all the necessary steps to install Terraform, gives a short overview of AWS and EC2, and explain in detail how to create your very first EC2 instance with Terraform.
Chapter 3, Resource Dependencies and Modules, explains one of most important features of Terraform: dependency graph. You will figure out how dependencies work and see it in practice by extending the template from previous chapter. At the moment we find out our template is too big, we will use Terraform modules to DRY our code and also use more advanced dependency features.
Chapter 4, Storing and Supplying Configuration, teaches how to make Terraform templates more configurable. You will see all the possible ways to supply data to Terraform templates, to basic variables to using any external data source.
Chapter 5, Connecting with Other Tools, talks about how you can connect Terraform templates to external tools. It shows how to combine Terraform and Ansible, Puppet, or Chef, how to provision servers, and how to run Inspec tests against them.
Chapter 6, Scaling and Updating Infrastructure, dives deep into managing existing infrastructures with Terraform. It gives an overview of the various ways to perform updates with Terraform and explains what Immutable Infrastructure is and how to use it with Terraform. It gives a full example of performing both rolling updates and blue-green deployments, as well as tricks on running smaller updates.
Chapter 7, Collaborative Infrastructure, provides best practices of using Terraform in a team. It shows how to refactor and split Terraform templates into remote modules, how to organize your code to be re-usable, and how to handle sensitive data inside Terraform templates. It also teaches how to do full Continuous Integration of a Terraform-based infrastructure.
Chapter 8, Future of Terraform, speculates on the future of Terraform. It also recaps everything learned so far and gives some extra thoughts and hints on topics that were too small too deserve a separate chapter.
- Learning Spring 5.0
- Learning Flask Framework
- 從0到1:HTML+CSS快速上手
- jQuery從入門到精通 (軟件開發視頻大講堂)
- 程序員修煉之道:通向務實的最高境界(第2版)
- 微信小程序項目開發實戰
- ServiceNow:Building Powerful Workflows
- MySQL入門很輕松(微課超值版)
- Mastering C++ Multithreading
- Kivy Cookbook
- 深入實踐Kotlin元編程
- Python機器學習與量化投資
- Learning D3.js 5 Mapping(Second Edition)
- HTML并不簡單:Web前端開發精進秘籍
- H5頁面設計與制作(全彩慕課版·第2版)