Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBClusterParameterGroupName not detected in Fast Clone of AWS::RDS::DBCluster #527

Open
rupertbg opened this issue Apr 1, 2024 · 0 comments

Comments

@rupertbg
Copy link

rupertbg commented Apr 1, 2024

When cloning an RDS Aurora MySQL cluster from one account to another that is using a customer parameter group name Cloudformation omits the Parameter Groups that are provided in the template. The following error occurs.

Resource handler returned message: "The cluster parameter group name is required when the source cluster uses a custom parameter group.

The error is InvalidParameterCombinationException because the parameter group settings from the template are not handed to the RDS service.

To fix this the Cloudformation service would need to provide the Parameter Group Name settings set in the AWS::RDS::DBCluster resource to the RDS API call for RestoreDBClusterToPointInTime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant