You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)