The open source version of the Amazon Aurora User Guide. You can provide feedback by submitting issues in this repo, or propose changes by submitting a pull request.
Other
53
stars
101
forks
source link
Restoring from a DB Cluster Snapshot does not mention DB instances #11
The currently latest "Restoring from a DB Cluster Snapshot" explains a lot about restoring from an aurora DB cluster snapshot, but omits one important detail (at least for the CLI): aws rds restore-db-cluster-from-snapshot restores only the cluster, but no instances.
This is obscurely documented in someplaces but I can't find it documented in the official documentation.
I experience the confusion myself, and indeed after running aws rds restore-db-cluster-from-snapshot, one needs to run aws rds create-db-instance.
The currently latest "Restoring from a DB Cluster Snapshot" explains a lot about restoring from an aurora DB cluster snapshot, but omits one important detail (at least for the CLI):
aws rds restore-db-cluster-from-snapshot
restores only the cluster, but no instances.This is obscurely documented in some places but I can't find it documented in the official documentation.
I experience the confusion myself, and indeed after running
aws rds restore-db-cluster-from-snapshot
, one needs to runaws rds create-db-instance
.