Skip to content

rds: Support RDS Multi AZ Clusters for MySql and PostgreSQL (non aurora)  #25547

@petersendidit

Description

@petersendidit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-rdsRelated to Amazon Relational Databaseeffort/smallSmall work item – less than a day of effortfeature-requestA feature should be added or improved.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions