Things I've written that I don't want to disappear
- EBS Snapshotter in Lambda (CFT) - This is a CFT template to create 4 lambda tasks.
EbsSnapshotCreatorLambdaFunction
- This is the real work. It basically searches Ec2 instances for a tag (defined as a set of CFT params)EbsSnapshotDailyLambdaFunction
- Runs daily with a retention period of 7 daysEbsSnapshotWeeklyLambdaFunction
- Runs weekly with a retention period of 14 daysEbsSnapshotJanitorLambdaFunction
- Runs daily and deletes ebs snapshots that were created by theEbsSnapshotCreatorLambdaFunction
task with dates <date run (daily)