Skip to content

aws-rds: Add support for engineLifecycleSupport configuration in L2/L3 constructs for RDS Instances #34492

Open
@mMeijden

Description

@mMeijden

Describe the feature

EngineLifecycleSupport can be enabled on RDS Instances via CloudFormation.
This has already been implemented in CDK for clusters (see #33859 ), but this should be made available for DBInstance constructs as well.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-enginelifecyclesupport

Use Case

We have use cases where we explicitly disable/enable the engine lifecycle support.
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_rds.CfnDBInstance.html#enginelifecyclesupport

Proposed Solution

same functionality as #33859

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS CDK Library version (aws-cdk-lib)

2.196.0

AWS CDK CLI version

2.1016.0 (build 66e0b2d)

Environment details (OS name and version, etc.)

any version

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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions