Feature/enhanced offsiting#2
Open
DaveOsment wants to merge 8 commits into
Open
Conversation
added 6 commits
January 27, 2017 12:04
…tinationRegion' Tag; if the Tag is present, it must be a valid AWS Region which will trigger replication of the SnapShot to the specified Region, and then delete the SnapShot from the Source Region in any subsequent re-run after the copy has completed successfully. All Tags on the Source SnapShot will be applied to the copy.
2. Excluded all source SnapShots not in yet in a 'completed' state
…o exclude individual Volumes attached to an Instance from SnapShots and added support for off-site tag. Configured description to use Volume Name where specified.
…th required IAM Role, and CloudWatch Event Cron Trigger to fire each Function on a schedule defined within CFN paramaters
af19039 to
a84b0d0
Compare
added 2 commits
January 27, 2017 18:08
…variable, which prevented Snapshot-ing of > 1 Instance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Josh,
I was looking to use your Lambda functions in an AWS Project I'm currently engaged with; we have a requirement for off-siting snapshots along with a number of other items of functionality mentioned in your 'IDEAS.md' so thought you might be interested in the added functionality for your own project.
I've also created a YAML CFN to create all three Functions in Lambda, along with the required IAM Role, and CloudWatch Events to trigger each Function on a Cron-based schedule, which can be configured in the CFN parameters.
In summary, I have:
I appreciate this is a fairly significant change to your own work, so would appreciate any feedback you may have.
Many Thanks,
Dave