Skip to content

Commit 5ca4496

Browse files
fal-bharadwajritiktrianz
authored andcommitted
Updating redshift cluster node type in release tests due to deprecation of dc2 large node type (awslabs#2848)
1 parent ca9bbf3 commit 5ca4496

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

validation_testing/cdk_federation_infra_provisioning/app/lib/stacks/redshift-stack.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export class RedshiftStack extends cdk.Stack {
7373
// Original L2 Construct
7474
const cluster = new redshift.Cluster(this, 'redshift_cluster', {
7575
numberOfNodes: 2,
76+
nodeType: redshift.NodeType.RA3_LARGE,
7677
port: 5439,
7778
vpc: vpc,
7879
vpcSubnets: {

validation_testing/cdk_federation_infra_provisioning/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@aws-cdk/aws-glue-alpha": "2.130.0-alpha.0",
23-
"@aws-cdk/aws-redshift-alpha": "2.130.0-alpha.0",
23+
"@aws-cdk/aws-redshift-alpha": "2.173.0-alpha.0",
2424
"aws-cdk-lib": "2.177.0",
2525
"dotenv": "^16.0.3",
2626
"source-map-support": "^0.5.21",

0 commit comments

Comments
 (0)