[aws-rds] Supports defining variables for a CfnDBInstance in a DatabaseCluster #9926
Closed
1 of 2 tasks
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
p2
Add the following properties in DatabaseCluster.
The most important one is
autoMinorVersionUpgrade
.Use Case
autoMinorVersionUpgrade
When the database instance is automatically upgrade by AWS, drift is detected between cdk(cloudformation) and the actual resource, and the upgrade cannot be performed with cdk.
To work around this and deploy the cloudformation, you need to remove the RDS from the management target and re-include it. cdk does not support this.
We should be able to manage the migration in our own time.
Others (
allowMajorVersionUpgrade
,deleteAutomatedBackups
,enablePerformanceInsights
)I'd like to set these parameters as well.
Proposed Solution
aws-cdk/packages/@aws-cdk/aws-rds/lib/props.ts
Line 10 in 3c116f3
aws-cdk/packages/@aws-cdk/aws-rds/lib/cluster.ts
Line 590 in 3c116f3
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: