Creating an AMI from AWS Lambda

0

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

asked 5 years ago1007 views
2 Answers
0
Accepted Answer

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

answered 5 years ago
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

answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions