从现有的 AWS 服务实例中提取 cloudformation 模板(例如 dynamodb table)

extracting cloudformation template from an existing instances of AWS services (e.g. a dynamodb table)

我正在探索基础架构即代码....

我使用基于 dynamo 和 Lamdha 函数的 AWS 服务构建了一个小型应用程序。有没有一种方法可以提取(下载)描述这些资源的 cloudformation 模板(我第一次手工创建它们),这样我就可以自动将这些复制到不同的区域(例如),或者拆除并重建同一地区?

谢谢!

最好的工具可能是名为 former2 developed an AWS Hero:

的完全开源工具

Generate CloudFormation / Terraform / Troposphere templates from your existing AWS resources