aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 54 forks source link

Support maxCapacity on AWS::RedshiftServerless::Workgroup #1844

Closed edsw closed 5 months ago

edsw commented 10 months ago

Name of the resource

Other

Resource name

AWS::RedshiftServerless::Workgroup

Description

On 2023-11-09 AWS announced the MaxRPU feature in Redshift Serverless [1], implemented as maxCapacity on the Workgroup CRUD APIs [2].

[1] https://aws.amazon.com/about-aws/whats-new/2023/11/amazon-redshift-maxrpu-compute-cost-control-redshift-serverless/ [2] https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_Workgroup.html

Other Details

This setting, along with the UsageLimit settings requested on #595, are important for customers to control costs on Redshift Serverless.

JakeDahl commented 6 months ago

Can we get this moved forward??

IkeNefcy commented 6 months ago

Was about to ask the same, CDK deployments overwrite any manually added max RPU value (weird since it's not a value that can be set). This is a key element to CI/CD with Redshift Serverless without cost risks running rampant.

IkeNefcy commented 5 months ago

Tested this change and can confirm that it's working.