Skip to content
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

Closed
2 tasks
tre-dev opened this issue Oct 18, 2020 · 7 comments · Fixed by #17759
Closed
2 tasks

[aws-rds] ServerlessCluster Snapshot Restore #10936

tre-dev opened this issue Oct 18, 2020 · 7 comments · Fixed by #17759
Labels
@aws-cdk/aws-rds Related to Amazon Relational Database effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p1

Comments

@tre-dev
Copy link

tre-dev commented Oct 18, 2020

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

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@tre-dev tre-dev added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Oct 18, 2020
@github-actions github-actions bot added the @aws-cdk/aws-rds Related to Amazon Relational Database label Oct 18, 2020
@skinny85 skinny85 added effort/medium Medium work item – several days of effort p1 and removed needs-triage This issue or PR still needs to be triaged. labels Oct 27, 2020
@machielg
Copy link

this is supported via the AWS Console, having this feature would be a great to migrate existing RDS to serverless

@1559550282
Copy link

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.
Thanks,

@jacobevans
Copy link

Is there a workaround for this missing feature that anyone's come up with?

@dnix
Copy link

dnix commented Aug 19, 2021

This would be very useful for our use cases as well. Any word on development or timeline? Thanks in advance!

@nrawling
Copy link

Is there a workaround for this missing feature that anyone's come up with?

You can create a serverless cluster then move schema and data into it via DMS or mysqldump.

@jumic
Copy link
Contributor

jumic commented Nov 23, 2021

I've started implementing this feature. I can probably create a pull request in the next few days.

@mergify mergify bot closed this as completed in #17759 Dec 18, 2021
mergify bot pushed a commit that referenced this issue Dec 18, 2021
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*
@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

TikiTDO pushed a commit to TikiTDO/aws-cdk that referenced this issue Feb 21, 2022
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*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-rds Related to Amazon Relational Database effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants