aws-cdk-lib/aws-rds: The rds.DatabaseCluster
L2 construct cannot be conifgured with a custom parameter group containing customized parameter values
#26909
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
@aws-cdk/aws-rds
Related to Amazon Relational Database
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
Provisioning an Aurora cluster using L2 constructs doesn't allow creating a custom parameter group with the parameter
rds.babelfish_status
set toon
.The code used:
Omitting the
parameterGroup
property from the cluster's CTOR allows deploying the stack successfully, using the default cluster's parameter group.Expected Behavior
The Aurora cluster should be deployed, configured with the custom parameter group defined in code, containing the parameter
rds.babelfish_status
set toon
.Current Behavior
A deployment time error occurs, with the error message:
Resource handler returned message: "Invalid / Unmodifiable / Unsupported DB Parameter: rds.babelfish_status" (RequestToken: 24e84d17-a330-a5ae-140f-c0e9e37b7fdf, HandlerErrorCode: InvalidRequest)
.Reproduction Steps
Deploy the below stack code:
Possible Solution
Make the
rds.DatabaseCluster
support accepting custom parameter groups with customized parameter values.Additional Information/Context
No response
CDK CLI Version
2.93.0 (build 724bd01)
Framework Version
No response
Node.js Version
18.17.1
OS
Windows 11
Language
Typescript
Language Version
5.1.6
Other information
No response
The text was updated successfully, but these errors were encountered: