简体   繁体   中英

How to copy AMI by using cloudformation

Is it possible in Cloudformation that we can copy AWS ami from one region to another.

Sadly you can't do this without a custom resource .

The resource would be a lambda function which would use AWS SDK (eg boto3) to copy_image from one region to the other.

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