- AWS Administration Cookbook
- Lucas Chan Rowan Udell
- 141字
- 2021-07-09 18:18:26
YAML versus JSON
Up until recently, JSON was your only option. We'll actually encourage you to adopt YAML, and we'll be using it for all of the examples shown in this book. Some of the reasons are as follows:
- It's just nicer to look at. It's less syntax heavy, and should you choose to go down the path of generating your CloudFormation templates, pretty much every language has a YAML library of some kind.
- The size of your templates will be much smaller. This is more practical from a developer's point of view, but it also means you're less likely to run into the CloudFormation size limit on template files (50 KB).
- The string-substitution features are easier to use and interpret.
- Your EC2 UserData (the script that runs when your EC2 instance boots) will be much easier to implement and maintain.
推薦閱讀
- 零起步輕松學單片機技術(第2版)
- Hands-On Graph Analytics with Neo4j
- 大數據管理系統
- Learning Social Media Analytics with R
- Mastering Salesforce CRM Administration
- 大數據時代
- Windows Server 2003系統安全管理
- 云計算和大數據的應用
- ASP.NET 2.0 Web開發入門指南
- The DevOps 2.1 Toolkit:Docker Swarm
- 基于RPA技術財務機器人的應用與研究
- 深度學習原理與 TensorFlow實踐
- 電腦故障排除與維護終極技巧金典
- 網站規劃與網頁設計
- Linux常用命令簡明手冊