Amazon Machine Image (AMI)
An Amazon Machine Image provides the information required to launch an EC2 instance, which is a virtual server in the Amazon public cloud.
Amazon Machine Image.
View All TagsAn Amazon Machine Image provides the information required to launch an EC2 instance, which is a virtual server in the Amazon public cloud.
This repo contains a terraform module that creates two lambda functions that will create AMI automatically at regular intervals. It is based on the code at https://serverlesscode.com/post/lambda-schedule-ebs-snapshot-backups/ and https://serverlesscode.com/post/lambda-schedule-ebs-snapshot-backups-2/.
Terraform module to easily generate AMI snapshots to create replica instances