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

Commit 7af226c

Browse files
author
Chris Machler
committed
Updating README.md for new regions functionality. Issue #2
1 parent 6281afc commit 7af226c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ Next create an IAM role also called "ebs-backup-worker" selete "AWS Lambda" as t
5757
}
5858
```
5959

60+
## Edit the scripts to add appropriate regions for your environment.
61+
62+
Edit the `regions` array.
63+
6064
## Create the Lambda Functions
6165

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

0 commit comments

Comments
 (0)