You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added CFN YAML to create all three core functions in Lambda, along with required IAM Role, and CloudWatch Event Cron Trigger to fire each Function on a schedule defined within CFN paramaters
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
3
3
4
-
## 0.0.5 2017-01-27
4
+
## 0.0.5 - 2017-01-27
5
5
### Added
6
6
- Created new function to offsite SnapShots based upon presence of 'DestinationRegion' Tag
7
7
- All Tags on the Source snapShot will be applied to the copy
8
8
- Ability to exclude individual EBS Volumes
9
9
- Linked original and copied snapshots by Tagging with the other's respective Id
10
+
- Added YAML CFN to create Lambda Functions from 'ebs-snapshot-creator', 'ebs-snapshot-manager' & 'ebs-snapshot-offsiter' along with IAM Roles and CloudWatch Cron triggers
Copy file name to clipboardExpand all lines: IDEAS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
- It should be possible to configure multiple regions to copy (duplicate) snapshots into
23
23
- It should be possible to trigger a web hook (optionally / if configured) every time the creator job runs
24
24
- e.g. to use with PagerDuty to monitor if a job doesn't check-in every N days/hours/whatever
25
-
- Add JSON for IAM and/or CloudFormation and/or Terraform code and/or CLI/SH for deploying
25
+
-ADDED CFN: Add JSON for IAM and/or CloudFormation and/or Terraform code and/or CLI/SH for deploying
26
26
- It should be possible to trigger snapshots of instance volumes in other regions besides the one that the creator is running in (or should it?)
27
27
28
28
## ebs-snapshot-manager.py
@@ -41,7 +41,7 @@
41
41
42
42
### P3
43
43
- Trigger a optional (if configured) web hook every time it runs (e.g. to use with PagerDuty to trigger if job doesn't check-in every N days/hours/whatever)
44
-
- Add JSON for IAM and/or CloudFormation and/or Terraform code and/or CLI/SH for deploying
44
+
-ADDED CFN: Add JSON for IAM and/or CloudFormation and/or Terraform code and/or CLI/SH for deploying
0 commit comments