- 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-snapshotto force even same-VPC clones to be done withRestoreDBInstanceFromDBSnapshot(it's currently faster) - Added a terrafrom environment for testing
- Added
--iam-policyoption for generating a IAM policy for a user or role to clone a replica with a minimal set of permissions. - Updated dependencies