You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
zrfr
changed the title
DBClusterParameterGroupName not detected in Fast Clone of AWS::RDS::DBCluster
DBCluster cannot be created from PITR when the source cluster has a custom parameter group
Sep 17, 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.
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.
The text was updated successfully, but these errors were encountered: