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

Commit 1f2cf21

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# aws-lambda-ebs-backups
22
Python scripts to be run using AWS's Lambda service to Create and Delete Snapshots of EBS Volumes
33

4-
Read my blog post for more details on setting this up in Lambda if you have not used it before (http://www.evergreenitco.com/evergreenit-blog/2016/4/19/aws-ebs-backup-job-run-by-lambda).
4+
[Read my blog post for more details on setting this up in Lambda if you have not used it before.] (http://www.evergreenitco.com/evergreenit-blog/2016/4/19/aws-ebs-backup-job-run-by-lambda)
55

66
## Setting Up IAM Permissions
77

@@ -61,4 +61,4 @@ 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-
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).
64+
[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)