4. In the Delete Cluster Parameter Groups dialog box, click Delete.
Associating a Parameter Group with a Cluster
Each cluster you provision has one parameter group associated with it.You can associate a parameter
group with a cluster when you create the cluster, or you can associate a parameter group later by modifying
the cluster. For more information, see To create a cluster (p. 8) and To modify a cluster (p. 13).
Managing Parameter Groups Using AWS SDK
for Java
This example demonstrates the following tasks related to parameter groups:
• Creating a parameter group
• Modifying a parameter group
• Associating a parameter group with a cluster
• Getting information about parameter groups
This example creates a new parameter group, parametergroup1, and makes the following updates:
• Changes the parameter extra_float_digits to 2 from the default value of 0.
• Replaces the existing workload management configuration (wlm_json_configuration parameter)
with the following JSON which defines a queue in addition to the default queue.
[
{
"user_group":[
"example_user_group1"
],
"query_group":[
"example_query_group1"
API Version 2012-12-01
47
Amazon Redshift Management Guide
Associating a Parameter Group with a Cluster