RFE: Support creating instance from XtraBackup (API_RestoreDBInstanceFromS3) #2410
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/rds
Issues and PRs that pertain to the rds service.
Milestone
We'd like the ability to restore from an XtraBackup stored in an S3 bucket. This is VERY fast creation of RDS databases vs. doing a load from a CSV file or similar. I'm working on updating the code to support this myself, but wanted to present the issue here for reference later.
Terraform Version
0.10.2
Affected Resource(s)
aws_db_instance
Terraform Configuration Files
Here's a conceptual of what this could look like...
Option (I like this one better)
Important Factoids
Tied to...
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html
and API to implement is...
http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_RestoreDBInstanceFromS3.html
The text was updated successfully, but these errors were encountered: