How to add a database to a rds database cluster? #23446
Unanswered
chris-tuncap
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm switching from Terraform to CDK using TypeScript. I was able to create a database cluster (Aurora MySQL) with 2 instances. Converting the existing terraform used to create the cluster to CDK was straightforward, however, I'm having a hard time finding documentation on adding databases to the cluster using CDK.
Terraform uses a MySQL Provider to add database to a cluster:
I've searched around trying to find the equivalent CDK construct and process for adding a database to an existing cluster with no luck. Is this possible to do in CDK?
Code to standup a cluster with 2 instances in cdk:
Beta Was this translation helpful? Give feedback.
All reactions