我想从现有的资源中创建一个CloudFormation YAML模板,并面临一些问题。我在博客上看到,我们可以使用CloudFormaer模板,如下所示:
但是,在从AWS仪表板创建堆栈时,我不认为会出现这种情况。
显然,它假设在工具部分,他们删除了模板,并为模板创建了一种新的方式。我是不是错过了什么?
发布于 2020-10-12 23:03:39
控制台的示例模板中不再提供CloudFormer:
"The beta for the CloudFormer template creation tool has ended."
"We are not planning to enhance CloudFormer in its current form. We recommend using https://former2.com/, an opensource tool contributed by Ian McKay"
https://github.com/iann0036/former2#security
https://stackoverflow.com/questions/64319905
相似问题