Creating Amazon DocumentDB cluster parameter groups
Default cluster parameter groups such as default.docdb5.0
, default.docdb4.0
, or default.docdb3.6
, are created when you create a cluster with a new engine version and in a new region.
Subsequent clusters created in this region and with the same engine version inherit the default
cluster parameter group.
Once created, the default
parameter groups cannot be deleted or renamed.
You can modify the engine behavior of cluster instances by creating a custom parameter group with preferred parameter values and attaching it to your Amazon DocumentDB cluster.
The following procedure guides you through creating a custom cluster parameter group. You can then modify the parameters within that parameter group.
Note
After you create a cluster parameter group, you should wait at least 5 minutes before using that particular parameter group.
This allows Amazon DocumentDB to fully complete the create
action before the cluster parameter group is used for a new cluster. You can use the AWS Management Console or the describe-db-cluster-parameter-groups
AWS CLI operation to verify that your cluster parameter group has been created. For more information, see Describing Amazon DocumentDB cluster parameter groups.