Skip to main content

3 docs tagged with "AMI"

Amazon Machine Image.

View All Tags

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.

ec2-ami-backup

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/.

ec2-ami-snapshot

Terraform module to easily generate AMI snapshots to create replica instances