AWS Doc DB: Global AWS document DB support #32637
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
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
CDK version used
2
Environment details (OS name and version, etc.)
Any
The text was updated successfully, but these errors were encountered: