Skip to content

Releases: dgtized/stack-mitosis

v0.6.0 Clone with Snapshot Restore

15 Apr 18:51
3c91007
Compare
Choose a tag to compare
  • 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

v0.5.0 IAM Policy Generation

23 Jan 01:41
c204bff
Compare
Choose a tag to compare
  • 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