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 Doc DB: Global AWS document DB support #32637

Open
2 tasks
pulkit0512 opened this issue Dec 22, 2024 · 1 comment
Open
2 tasks

AWS Doc DB: Global AWS document DB support #32637

pulkit0512 opened this issue Dec 22, 2024 · 1 comment
Labels
feature-request A feature should be added or improved. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2 package/tools Related to AWS CDK Tools or CLI

Comments

@pulkit0512
Copy link

pulkit0512 commented Dec 22, 2024

Describe the feature

Currently using CDK we can only create regional AWS document DBs. Whereas AWS CLI provides the feature of creating document DB global clusters as well. Can we have a similar feature via CDK like what we today have for Aurora RDS global clusters.

Use Case

Creating AWS document DB in multiple regions with cross-region replication.

Proposed Solution

Having below parameters in CfnDBCluster for DocDB

/**
* If you are configuring an global database cluster and want your Document DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster.
*/
globalClusterIdentifier?: string;

/**
* The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, us-east-1 .
*/
sourceRegion?: string;

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

Environment details (OS name and version, etc.)

Any

@pulkit0512 pulkit0512 added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Dec 22, 2024
@github-actions github-actions bot added the package/tools Related to AWS CDK Tools or CLI label Dec 22, 2024
@pahud pahud self-assigned this Dec 23, 2024
@pahud
Copy link
Contributor

pahud commented Dec 23, 2024

I guess we are still pending aws-cloudformation/cloudformation-coverage-roadmap#1956

please make sure to add 👍 on the cfn coverage roadmap issue to help the CFN team prioritize. As soon as CFN ships this support, CDK would be able to include that as well.

@pahud pahud added p2 needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. labels Dec 23, 2024
@pahud pahud removed their assignment Dec 23, 2024
@pahud pahud removed the needs-triage This issue or PR still needs to be triaged. label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2 package/tools Related to AWS CDK Tools or CLI
Projects
None yet
Development

No branches or pull requests

2 participants