Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 9720340

Browse files
author
Chris Machler
authored
Update README.md
1 parent 1f2cf21 commit 9720340

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@ Next create an IAM role also called "ebs-backup-worker" selete "AWS Lambda" as t
6161

6262
Create two functions in Lambda using the Python 2.7 runtime, one for the backup script and one for the cleanup script. I recommend just using the 128 MB memory setting, and adjust the timeout to 10 seconds (longer in a larger environment). Set the event source to be "CloudWatch Events - Schedule" and set the Schedule expression to be a cron expression of your liking i.e. "cron(0 6 * * ? *)" if you want the job to be kicked off at 06:00 UTC, set the cleanup job to run a few minutes later.
6363

64+
## More Info
65+
6466
[Again if you need more details on setting this up please check my blog post.] (http://www.evergreenitco.com/evergreenit-blog/2016/4/19/aws-ebs-backup-job-run-by-lambda)

0 commit comments

Comments
 (0)