作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个用 Yaml 编写的大型 CloudFormation 模板,我想开始使用 Troposphere。有什么简单的方法可以将 CF 模板转换为对流层代码吗?
我在这里注意到了这个脚本https://github.com/cloudtools/troposphere/blob/master/troposphere/template_generator.py这会创建一个对流层 python 对象,但我不确定是否可以输出对流层代码。
最佳答案
您可以通过将 CF YAML 转换为 JSON 并运行 https://github.com/cloudtools/troposphere/blob/master/scripts/cfn2py 来完成此操作。将 JSON 文件作为参数传入。
关于aws-cloudformation - 将 CloudFormation 模板 (YAML) 转换为对流层代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56000464/
假设我定义了两个堆栈,A 和 B。 在堆栈 A 中,我定义了一个 VPC 和一个子网,并输出该子网的 ID t = Template() Subnet = t.add_resource(Subnet
我正在尝试为新的 DynamoDB 表创建 JSON Cloudformation 模板。我正在尝试设置 TimeToLiveSpecification,但出现错误,并且对流层文档不清楚。 我有 dy
我是一名优秀的程序员,十分优秀!