Automate AMI Creation and Deletion with Amazon Lambda (AWS EC2 Backup)
Create an automatic backup of your AWS EC2 instance using AMI, use Lambda function to generate AMIs and trigger it using AWS Eventbridge
Create an automatic backup of your AWS EC2 instance using AMI, use Lambda function to generate AMIs and trigger it using AWS Eventbridge
How to increase AWS EBS root volume without commands, How to increase AWS EBS root volume with
only 3 commands
Lost AWS EC2 instance’s key? Want to recover your instance? Here’s the way to launch same server using new key
Here’s hands-on detailed video that can help you launch AWS EC2 instance in less than 10 minutes
This article focuses on how to create automatic backup strategy for AWS EC2 instances, One of the ways to take backup of the whole server which is easily recoverable in case of emergency is taking AMI of the EC2 instances. For your live server. You may want to create automatic triggers which create AMIs at times for backup purposes. With help of this article you can create Lambda function and trigger it to create AMI, benefits of using Lambda function includes, you only pay when you use to run that function, at idle times, you don’t need to pay and do not require to manage additional servers for this purpose.