简体   繁体   中英

Cloudformation : is it possible to export current aws configuration as template?

我刚刚创建了Dynamodb表,Lambda函数,S3桶等。我想知道是否有办法将此配置导出为cloudformation模板

Yes you could use cloudformer to export your aws resources into cloudformation template. Please refer this for example and sample steps . http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-using-cloudformer.html

CloudFormer is designed to accomplish this, but it does not support Lambda functions, API Gateway and other services. Also, it is clunky, requires spinning up an EC2 instance and is not designed to create reusable templates - you'll have to adapt them significantly. To my knowledge there is not a service (Amazon or otherwise) to automatically export your resources accurately. It is on the Cloudcraft roadmap , but not available yet.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM