- Added the ability to clone with source and target instances in different VPCs, by automatically falling back to
RestoreDBInstanceFromDBSnapshot
, instead ofCreateDBInstanceReadReplica
- 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 withRestoreDBInstanceFromDBSnapshot
(it's currently faster) - Added a terrafrom environment for testing
- Added
--iam-policy
option for generating a IAM policy for a user or role to clone a replica with a minimal set of permissions. - Updated dependencies