Creating an AMI from AWS Lambda

0

How to create the AMI and take auo backup using the lambda function of running EC2.

已提问 5 年前1010 查看次数
2 回答
0
已接受的回答

if you want to create AMI using lambda at a particular time like triggering lambda with cron job and take AMI backup of ec2 you can follow my blog :

https://knowihave.blogspot.com/2018/09/aws-auto-ami-backup-across-all-region.html

code also available on my git :

https://github.com/harsh4870/AWS-auto-ami-backup-across-all-region

已回答 5 年前
0

if you want to create AMI using lambda at a particular time like triggering lambda with cron job and take AMI backup of ec2 you can follow my blog :

https://knowihave.blogspot.com/2018/09/aws-auto-ami-backup-across-all-region.html

code also available on my git :

https://github.com/harsh4870/AWS-auto-ami-backup-across-all-region

已回答 5 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则