【发布时间】:2014-07-11 16:31:56
【问题描述】:
我只需要更新 AWS cloudformation 堆栈的标签。
很遗憾你不能这样做:
aws cloudformation update-stack --tags <tags>
有谁知道这方面的最佳流程?
如果我这样做:
aws cloudformation update-stack --use-previous-template --template-body <JSON blob>
模板主体会被添加到之前的模板中,覆盖之前的值吗?
是否可以下载live cloudformation JSON?
【问题讨论】:
标签: amazon-web-services amazon-cloudformation aws-cli