- Effective DevOps with AWS
- Nathaniel Felsen
- 207字
- 2021-07-15 17:11:54
Recreating our Hello World example with CloudFormation
Designer and CloudFormer are two very useful tools when you are in the process of architecting your infrastructure and are trying to add source control to your design.
That said, whenever you wear your DevOps hat, it's a different story. Using those tools markedly reduces the added value that CloudFormation provides by using the JSON format. If you got a chance to read some of the templates available or tried to use CloudFormer on your existing infrastructure, you probably noticed that raw CloudFormation templates tend to be fairly long and not don't repeat yourself (DRY).
From a DevOps perspective, one of the most powerful aspects of CloudFormation is the ability to write code to generate those templates dynamically. To illustrate that point, we are going to turn to Python and a library called troposphere to generate our Hello World CloudFormation template.
- 從零開始:數(shù)字圖像處理的編程基礎(chǔ)與應(yīng)用
- Visual C++程序設(shè)計學(xué)習(xí)筆記
- Wireshark Network Security
- 精通API架構(gòu):設(shè)計、運維與演進
- Python高效開發(fā)實戰(zhàn):Django、Tornado、Flask、Twisted(第3版)
- Apex Design Patterns
- bbPress Complete
- Clojure for Machine Learning
- 奔跑吧 Linux內(nèi)核
- Spring Web Services 2 Cookbook
- 信息學(xué)奧林匹克競賽初賽精講精練
- Scala編程(第4版)
- Lync Server Cookbook
- MATLAB語言及編程實踐:生物數(shù)學(xué)模型應(yīng)用
- 算法技術(shù)手冊