awslabs / rds-snapshot-tool

The Snapshot Tool for Amazon RDS automates the task of creating manual snapshots, copying them into a different account and a different region, and deleting them after a specified number of days
Apache License 2.0
341 stars 146 forks source link

Can't copy snapshot having "option group" #57

Open dennisjbruno opened 4 years ago

dennisjbruno commented 4 years ago

Trying to copy a snapshot having an "option group" to a different region results in error: "The snapshot requires a target option group..."

Can the tool be modified to retrieve the option group for a snapshot and pass that to the copy function?