- AWS Administration Cookbook
- Lucas Chan Rowan Udell
- 103字
- 2021-07-09 18:18:29
Name collisions
Often, if you omit the name attribute from a resource, CloudFormation will generate a name for you. This can result in weird-looking resource names, but it will increase the replayability of your template. Using AWS::S3::Bucket as an example, if you specify the BucketName parameter but don't ensure its uniqueness, CloudFormation will fail to execute your template the second time around because the bucket will already exist. Omitting BucketName fixes this. Alternatively, you may opt to generate your own unique name each time the template is run. There's probably no right or wrong approach here, so just do what works for you.
推薦閱讀
- 自動控制工程設計入門
- 一本書玩轉數據分析(雙色圖解版)
- Cloud Analytics with Microsoft Azure
- Java開發技術全程指南
- 精通Excel VBA
- Creo Parametric 1.0中文版從入門到精通
- AWS Administration Cookbook
- Implementing Splunk 7(Third Edition)
- 分數階系統分析與控制研究
- Windows Server 2003系統安全管理
- 大數據技術基礎:基于Hadoop與Spark
- Bayesian Analysis with Python
- Mastering Ceph
- 大數據導論
- Mastering OpenStack(Second Edition)