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

docdb: create clusters from snapshots support #27188

Open
2 tasks
jordiredondo opened this issue Sep 19, 2023 · 1 comment
Open
2 tasks

docdb: create clusters from snapshots support #27188

jordiredondo opened this issue Sep 19, 2023 · 1 comment
Labels
@aws-cdk/aws-docdb Related to Amazon DocumentDB effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2

Comments

@jordiredondo
Copy link

Describe the feature

Hi,

Unlike RDS CDK constructs, for docdb there is no choice to create a docdb cluster from scratch using an snapshot unless it is used L1 constructs. The problem if we create the cluster from L1 constructs, we automatically loose the choice to work with L3/L4 constructs like password rotation feature

Use Case

I want to keep docdb L3/L4 power with the choice of creating a cluster from snapshot

Proposed Solution

bring parity to what we can do already for RDS being possible to create with L3/L4 clusters from snapshots

Other Information

No response

Acknowledgements

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

CDK version used

2.83.1

Environment details (OS name and version, etc.)

macos

@jordiredondo jordiredondo added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Sep 19, 2023
@github-actions github-actions bot added the @aws-cdk/aws-docdb Related to Amazon DocumentDB label Sep 19, 2023
@pahud
Copy link
Contributor

pahud commented Sep 19, 2023

Thanks for the feature request. Yes, we should consider to create a L2 construct that allows users to create clusters from snapshots. We welcome all pull requests from the community and please help us prioritize with upvotes.

@pahud pahud added p2 and removed needs-triage This issue or PR still needs to be triaged. labels Sep 19, 2023
@pahud pahud changed the title (docdb): (L3 constructs permit creating a cluster from snapshot) docdb: create clusters from snapshots support Sep 19, 2023
@peterwoodworth peterwoodworth added the effort/medium Medium work item – several days of effort label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-docdb Related to Amazon DocumentDB effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

No branches or pull requests

3 participants