Skip to main content

2 docs tagged with "cronjob"

View All Tags

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

efs-backup

Terraform module designed to easily backup EFS filesystems to S3 using DataPipeline. The workflow is simple: * Periodically launch resource (EC2 instance) based on schedule * Execute the shell command defined in the activity on the instance * Sync data from Production EFS to S3 Bucket by using `aws-cli` * The execution log of the activity is stored in `S3` * Publish the success or failure of the activity to an `SNS` topic * Automatically rotate the backups using `S3 lifecycle rule`