- Implementing Cloud Design Patterns for AWS(Second Edition)
- Sean Keery Clive Harber Marcus Young
- 143字
- 2021-06-24 15:11:49
Code
Everything as code is going to be our mantra. Some code will be declarative, for systems automation. Other code will be procedural, having an easily understood flow. Functions will be used in some cases, and objects in others. We will need places to write this code, keep this code, build artifacts from it, then deploy it. Our building blocks will rely on Terraform and we will install that software later in this chapter. We're using Terraform to define our environments because it is becoming a de facto standard—it's fairly easy to pick up, it's capable of targeting multiple cloud providers, and it's open source. We're not going to look at the Terraform resources (code) for all of the AWS components in this chapter, but as we build solutions in later chapters, we'll come across a lot of them.
- Kubernetes修煉手冊
- Linux運維之道(第3版)
- PLC控制程序精編108例
- Hands-On DevOps with Vagrant
- 深入Linux內核架構與底層原理(第2版)
- 8051軟核處理器設計實戰(zhàn)
- 嵌入式實時操作系統(tǒng)μC/OS原理與實踐
- Kali Linux 2018:Windows Penetration Testing
- Learning Magento 2 Administration
- 計算機應用基礎(Windows 7+Office 2016)
- 新編電腦辦公(Windows 10+ Office 2013版)從入門到精通
- Windows 7實戰(zhàn)從入門到精通
- bash shell腳本編程經典實例(第2版)
- 電腦辦公(Windows 7+Office 2016)入門與提高
- 程序員必讀經典(算法基礎+計算機系統(tǒng))