-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Add RDS support #79
Comments
👍 being able to script RDS snapshots and copy to another region using a scheduled task would be AWESOME |
Rob, it would be great to have RDS support. Please add it and send me a merge request. (I never used RDS, and I haven't had a chance to do it myself. I originally reached out to AWS to see if they wanted to "help" me contribute these features, but they didn't get back to me. They added features so fast that I couldn't keep up.) ...Tim |
I've made a start |
So Issue #80 has implemented the base behaviour I was intending. If anyone wants to pick up the mantle and add more to RDS support go ahead. Not sure if this issue should be closed now |
ps @jwestbrook I've added in copy-db-snapshot and these are my comments. It seems less functional than the AWS console which is unusual. I may have a defect in there: Only automated snapshots may be copied using this api and they can only be copied FROM the source region to the CURRENT region. At least, thats what works. Maybe I'm using the parameters incorrectly. Note the --region must be the target region. This copies the automated snapshot 'rds:lansadbinstance-2014-07-22-16-36' from Sydney to N. Virginia and names the target snapshot 'cp-region-snapshot' and tags it type=copy:
|
It would be good to have some documentation on the rds commands but all of the doco seems to be under Tim's control e.g: where |
These days I refer people to the wiki. I don't know if you can update the
|
FYI copying of manual snapshots does work, for example use to copy the snapshot use this format
just made it work with one of my manual snapshots - thanks for adding this! |
Thanks for getting back to me. warm regards Rob Goodridge On Wed, Aug 6, 2014 at 10:29 AM, Jason Westbrook [email protected]
|
Hi Tim,
Love the tool. So easy to use.
I would like to add RDS support.
Is this something you would like me to add in?
Any issues I should be aware of with adding in RDS support?
And I'd like to do it now!
warm regards
Rob
The text was updated successfully, but these errors were encountered: