RDS: cannot major-version upgrade Aurora cluster with custom instance parameter group #26072
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
Describe the bug
In order to do an in-place major version upgrade of Aurora, you need to set
dbInstanceParameterGroupName
on the cluster, not just on the individual instances. You cannot do this today.Expected Behavior
Aurora cluster would do a major version upgrade
Current Behavior
On trying to upgrade the cluster:
Error: The stack named XXXX failed to deploy: UPDATE_ROLLBACK_COMPLETE: Resource handler returned message: "The current DB instance parameter group XXXXX is custom. You must explicitly specify a new DB instance parameter group, either default or custom, for the engine version upgrade.
Reproduction Steps
Possible Solution
Workaround:
Additional Information/Context
No response
CDK CLI Version
2.61.1
Framework Version
No response
Node.js Version
20.1.0
OS
macos
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: