Skip to content

Commit

Permalink
Redshift max rpu (#770)
Browse files Browse the repository at this point in the history
* updated max capacity

* added max capacity

* fmt checks

* updated rpu config
  • Loading branch information
charlesvictor83 authored May 13, 2024
1 parent 8351621 commit ecf726e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion iac/main/resources/redshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,9 @@ RedshiftServerlessNamespace:
RedshiftServerlessWorkgroup:
Type: 'AWS::RedshiftServerless::Workgroup'
Properties:
BaseCapacity: 96
BaseCapacity: 64
EnhancedVpcRouting: false
# MaxCapacity: 96 //Commented as it is not yet supported via CFN
NamespaceName: !Ref RedshiftServerlessNamespace
Port: !Sub '{{resolve:secretsmanager:${RedshiftSecret}::port}}'
PubliclyAccessible: false
Expand All @@ -187,6 +188,11 @@ RedshiftServerlessWorkgroup:
- !Ref SubnetForDAP2
- !Ref SubnetForDAP3
WorkgroupName: !Sub '${Environment}-redshift-serverless-workgroup'
Metadata:
cfn-lint:
config:
ignore_checks:
- E3002

RedshiftAccessEC2SecurityGroup:
Type: 'AWS::EC2::SecurityGroup'
Expand Down

0 comments on commit ecf726e

Please sign in to comment.