使用 Boto 从 CloudFormation 模板返回输出?

Posted

技术标签:

【中文标题】使用 Boto 从 CloudFormation 模板返回输出?【英文标题】:Returning the outputs from a CloudFormation template with Boto? 【发布时间】:2012-12-19 05:51:29 【问题描述】:

我正在尝试使用 Boto 从 CloudFormation 模板中检索输出列表。我在文档中看到有一个名为boto.cloudformation.stack.Output 的对象。但我认为这是未实现的功能。目前可以吗?

【问题讨论】:

【参考方案1】:

如果您进行describe_stacks 调用,它将返回一个 Stack 对象列表,其中每个对象都有一个 outputs 属性,该属性是一个 Output 对象列表。

这就是你要找的吗?

【讨论】:

是的!谢谢,米奇。我在看list_stacks

以上是关于使用 Boto 从 CloudFormation 模板返回输出?的主要内容,如果未能解决你的问题,请参考以下文章

Boto3 CloudFormation 状态

Boto3 Cloudformation 错误:模板格式错误:不支持的结构

AWS cloudformation:一个大模板文件还是许多小模板文件?

使用 boto3 列出 100 多个堆栈

使用boto从S3逐行读取文件?

AWS:如何使用 Boto3 从实例创建公共 AMI?