10 ms·
You can create a new instance directly on AWS aurora. Takes less than 20 minutes! aws rds restore-db-cluster-to-point-in-time \ --source-db-cluster-ide
by yandie 4mo ago
You can create a new instance directly on AWS aurora. Takes less than 20 minutes!
aws rds restore-db-cluster-to-point-in-time \
--source-db-cluster-identifier <source-cluster> \
--db-cluster-identifier <new-cluster> \
--restore-type copy-on-write \
--use-latest-restorable-time \
--db-subnet-group-name <sub group> \
--vpc-security-group-ids <security group> \
--serverless-v2-scaling-configuration MinCapacity=0,MaxCapacity=16
- nijave 4mo agoAny idea on timing? I was under the impression pretty much anything RDS takes ~20 minutes although I haven't done any benchmarking/timing on the latest Aurora stuff Main exceptions are copying/encrypting snapshots when they're not incremental and PITR restores which can take substantially longer.