EasyManuals Logo
Home>Amazon>Software>Redshift

Amazon Redshift User Manual

Amazon Redshift
131 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #51 background imageLoading...
Page #51 background image
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

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Amazon Redshift and is the answer not in the manual?

Amazon Redshift Specifications

General IconGeneral
BrandAmazon
ModelRedshift
CategorySoftware
LanguageEnglish

Related product manuals