Skip to content

v0.6.0 Clone with Snapshot Restore

Latest
Compare
Choose a tag to compare
@dgtized dgtized released this 15 Apr 18:51
3c91007
  • Added the ability to clone with source and target instances in different VPCs, by automatically falling back to RestoreDBInstanceFromDBSnapshot, instead of CreateDBInstanceReadReplica.
    The restore will be done based on the latest snapshot available, which is usually at most 24h stale.
  • Added --restore-snapshot to force even same-VPC clones to be done with RestoreDBInstanceFromDBSnapshot (it's currently faster)
  • Added a terraform environment for testing