Feature Request: Directly Set RDS Parameter Group During Restore #6163
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/rds
Issues and PRs that pertain to the rds service.
Milestone
Community Note
Description
v1.15.55 of the AWS Go SDK now supports:
Setting
DBClusterParameterGroupName
directly when performing the following API actions:RestoreDBClusterFromSnapshot
RestoreDBClusterToPointInTime
Setting
DBParameterGroupName
directly when performing the following API actions:RestoreDBInstanceFromDBSnapshot
RestoreDBInstanceToPointInTime
This will remove the
ModifyDBCluster
/ModifyDBInstance
calls currently required after restore, which should provide a speed increase as well as reduced chance for failure.New or Affected Resource(s)
aws_db_instance
aws_rds_cluster
Potential Terraform Configuration
No changes required.
References
The text was updated successfully, but these errors were encountered: