-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[aws-rds] ServerlessCluster Snapshot Restore #10936
Comments
this is supported via the AWS Console, having this feature would be a great to migrate existing RDS to serverless |
Hi, Is this feature avalible now? we would like to restore the exisiting aurora database to aurora serverless for dev and testing env with CDK. |
Is there a workaround for this missing feature that anyone's come up with? |
This would be very useful for our use cases as well. Any word on development or timeline? Thanks in advance! |
You can create a serverless cluster then move schema and data into it via DMS or mysqldump. |
I've started implementing this feature. I can probably create a pull request in the next few days. |
Add `DatabaseClusterFromSnapshot` to support creating Aurora clusters from snapshots. Closes #10936. The logic is implemented similar to PR #10130 where the same feature was implemented for database clusters. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Add `DatabaseClusterFromSnapshot` to support creating Aurora clusters from snapshots. Closes aws#10936. The logic is implemented similar to PR aws#10130 where the same feature was implemented for database clusters. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
The ability to create a
ServerlessCluster
via snapshot.Use Case
I'm using
ServerlessCluster
to spin up an Aurora Serverless Cluster and for staging/testing environments, it would be great to have the ability to use a snapshot.Proposed Solution
I suggest an implementation similar to #10130
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: