-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational Databaseeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
Describe the feature
The current version of DatabaseClusterEngine only supports Aurora, Aurora Mysql, and Aurora PostgreSQL. AWS::RDS::DBCluster which is the base of DatabaseCluster supports the engine being MySql or PostgreSQL (the non-Aurora versions) but there currently is no way to configure those engines with DatabaseCluster. A MySqlClusterEngineBase class already exists which could be extended to create a MySqlClusterEngine and implement a PostgresClusterEngine that could both be leveraged inside of DatabaseClusterEngine.
Use Case
I would like to be able to use DatabaseCluster to be able to with the MySql or PostgreSQL engines (non aurora) to stand up a Multi-AZ DB cluster
Proposed Solution
No response
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.79.0
Environment details (OS name and version, etc.)
MacOS 13.3.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational Databaseeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2