-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS-Redshift-Alpha: Support for RA3.large Node Type #31634
Comments
The However, the value |
…dshift node type
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
Describe the feature
Amazon Redshift recently introduced the new "RA3.large" instance type, which provides a cost-efficient option for clusters. However, the aws-redshift-alpha construct in the AWS CDK currently does not support this new node type. It would be beneficial to extend the NodeType enum in ClusterProps.nodeType to include RA3.large to enable users to take advantage of this new instance type (see: https://docs.aws.amazon.com/cdk/api/v2/docs/@aws-cdk_aws-redshift-alpha.NodeType.html)
Use Case
Our team relies on Amazon Redshift for managing large-scale data analytics workloads using aws CDK. With the recent introduction of the RA3.large node type, we see an opportunity to significantly reduce our cluster costs without sacrificing performance.
Proposed Solution
Extend the NodeType enum within the ClusterProps.nodeType in the aws-redshift-alpha module to include the newly released RA3.large node type:
Other Information
No response
Acknowledgements
CDK version used
2.149
Environment details (OS name and version, etc.)
MacOS
The text was updated successfully, but these errors were encountered: