Skip to content

Commit a7364d2

Browse files
Merge pull request #182 from rcserafim/adding-rg-phase1
adding-rg-phase1
2 parents 6450fc3 + 6f6bed8 commit a7364d2

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

config/user_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"CONFIGURATIONS": [
1717
{
1818
"TYPE": "Provisioned",
19-
"NODE_TYPE": "dc2.8xlarge",
19+
"NODE_TYPE": "rg.xlarge",
2020
"NUMBER_OF_NODES": "2",
2121
"WLM_CONFIG_S3_PATH": "N/A"
2222
},

tools/NodeConfigCompare/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You need to provide a configuration JSON file to use this solution. Below are th
6969
| AUTO\_PAUSE | true,false | Input true if you would like to automatically pause all Amazon Redshift provisioned clusters after completion of the step function |
7070
| DATABASE\_NAME | N/A,Redshift database name | Specify the primary database name of your Redshift endpoint. If you’re using Workload Replicator, provide the database name for which you want to replay the workload. Amazon Redshift automatically creates a default database named dev, which may not be your primary database |
7171
| CONFIGURATIONS | JSON Array with parameters NODE\_TYPE, NUMBER\_OF\_NODES, WLM\_CONFIG\_S3\_PATH | Input a JSON Array mentioning your Amazon Redshift provisioned cluster and/or Serverless workgroups configurations, for which you may like to perform this testing. Below are the parameters for this:
72-
| NODE\_TYPE | ra3.xlplus, ra3.4xlarge, ra3.16xlarge, dc2.large, dc2.8xlarge, ds2.xlarge, ds2.8xlarge | Input Amazon Redshift provisioned cluster Node Type for which, you would like to run this testing. This is applicable only for provisioned cluster. |
72+
| NODE\_TYPE | ra3.xlplus, ra3.4xlarge, ra3.16xlarge, dc2.large, dc2.8xlarge, rg.xlarge, rg.4xlarge, ds2.xlarge, ds2.8xlarge | Input Amazon Redshift provisioned cluster Node Type for which, you would like to run this testing. This is applicable only for provisioned cluster. |
7373
| NUMBER\_OF\_NODES | a number between 1 and 128 | Input number of nodes for your Amazon Redshift provisioned cluster. This is applicable only for provisioned cluster. |
7474
| WLM\_CONFIG\_S3\_PATH | N/A,Amazon S3 URI | If you may like to use custom workload management settings if different Amazon Redshift provisioned clusters, please provide the S3 URI for that. This is applicable only for provisioned cluster. |
7575
| TYPE | Provisioned, Serverless | Input Redshift datawarehouse type for which you would like to replay your workload |

tools/NodeConfigCompare/python_scripts/RedshiftConfigTestingLambda.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,8 @@ def validate_user_config(user_config, client, current_account_id):
527527
"ds2.8xlarge",
528528
"dc2.large",
529529
"dc2.8xlarge",
530+
"rg.xlarge",
531+
"rg.4xlarge",
530532
"ra3.large",
531533
"ra3.xlplus",
532534
"ra3.4xlarge",
Binary file not shown.

0 commit comments

Comments
 (0)