Skip to content

AWS::RDS::DBCluster Password management with Amazon Aurora and AWS Secrets Manager #29239

@csotomon

Description

@csotomon

Describe the feature

Amazon Aurora integrates with Secrets Manager to manage master user passwords for your DB clusters.

This feature is implemented on the aws_cdk.aws_rds.CfnDBCluster construct but not on the aws_cdk.aws_rds.DatabaseCluster construct.

At the moment unique way to activated is running a
cluster.node.default_child.add_override('Properties.ManageMasterUserPassword', True) instruction.

Use Case

I need to activate the password management for an aurora Serverless V2 database using secret manager.

Proposed Solution

add this parameter in the aws_cdk.aws_rds.DatabaseCluster class constructor.

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.129.0

Environment details (OS name and version, etc.)

linux ubuntu

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-rdsRelated to Amazon Relational Databaseeffort/mediumMedium work item – several days of effortfeature-requestA feature should be added or improved.p3

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions