-
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
feat(redshift-alpha): add support for RA3.large node type #31637
feat(redshift-alpha): add support for RA3.large node type #31637
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request
. Additionally, if clarification is needed add Clarification Request
to a comment.
The value |
…dshift node type
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
Hi @ashishdhingra , Thank you for the feedback. I understand that the Here are the steps I followed:
Would it be possible that the CloudFormation schema and the documentation haven't been updated yet, even though the backend already supports this new instance type? |
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
…support-ra3-large-node-type * 'main' of github.com:AsadBinImtiaz/aws-cdk: (87 commits) feat(events): dead letter queue for an Event Bus (aws#30628) feat(rds): support local write forwarding for an aurora PostgreSQL cluster (aws#31803) fix(stepfunctions-tasks): stateMachine construct doesn't generate a valid policy for default StateMachineRole (aws#31801) feat(efs): allow AccessPoint to set client token (aws#31184) feat(s3): support `transitionDefaultMinimumObjectSize` for life cycle (aws#31778) chore: remove legacy unused job for v2 migration (aws#31809) chore(s3): add validation on required properties for lifecycle rules (aws#31806) feat: update L1 CloudFormation resource definitions (aws#31800) feat(cognito): support `emailVerified` for `AttributeMapping` interface (aws#31632) feat(kms): allow `fromLookup` method to return dummy key if target key was not found (aws#31676) feat(iam): allow creating service principal using custom name (aws#31793) chore(lambda-go-alpha): update docker base image (aws#31766) feat(kinesisfirehose-alpha): refactor sourceStream property to support multiple types of sources (aws#31723) feat(fsx): specify file system type version for the Lustre file system (aws#31136) feat(dynamodb): enable contributor insights for global secondary index (aws#30560) feat(ec2): disable api termination (aws#30620) feat(pipes-targets): add CloudWatch Logs (aws#30665) feat(pipes-enrichments): support API destination enrichment (aws#31312) chore(mergify): move deprecated parameters from `pull_request_rules` to `queue_rules` (aws#31775) chore(rds): support 11.4.3 engine version for MariaDB (aws#31769) ... # Conflicts: # packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md
…support-ra3-large-node-type * 'main' of github.com:AsadBinImtiaz/aws-cdk: chore(lambda-nodejs): grammatical correction in statement reg bundleAwsSDK (aws#31839) chore(kinesisfirehose-alpha): update README with name changes and clarifications (aws#31840) docs(lambda): fix some typos in function (aws#31824) chore: update CHANGELOG.v2.md feat(iot): scheduled audit (aws#31776) chore(release): 2.163.0 feat(cli): garbage collect s3 assets (under `--unstable` flag) (aws#31611) fix(scheduler-alpha): remove `targetOverrides` prop from Schedule (aws#31799) fix(s3): add support for uppercase characters in legacy bucket names (aws#31813)
…support-ra3-large-node-type * 'main' of github.com:AsadBinImtiaz/aws-cdk: (73 commits) revert: feat(cdk): update tsconfig to more modern settings in typescript init templates (aws#31953) chore(kinesisfirehose-alpha): set module and destinations module to developer preview (aws#31952) fix(cli): ecr garbage collection hangs when repository has no images (aws#31951) feat(pipes-targets): add SageMaker (aws#30696) feat(apprunner): support vpc ingress connection (aws#30623) feat(bootstrap): delete noncurrent versions after 30 days (aws#31949) chore: fix C# build (aws#31946) chore(scheduler-alpha): minor doc updates (aws#31939) fix(location): remove base class from PlaceIndex class (aws#31287) chore: make the Amplify integration tests respect AWS region assignments (aws#31944) feat(cdk): update tsconfig to more modern settings in typescript init templates (aws#31927) chore(tools): update README for spec2cdk with an example (aws#31935) fix(assertions): throw error or warn when `synth` is called multiple times on mutated construct tree (aws#31865) chore(cdk): increase coverage limits (aws#31936) chore(cli): add image to gc docs and document race condition (aws#31925) fix(s3-assets): cannot publish a file without extension (aws#30597) chore: add Amplify integration tests (aws#31921) fix(scheduler-alpha): too many KMS permissions granted (aws#31923) fix(sqs): queue with `fifo: false` does not deploy (aws#31922) fix(scheduler-alpha): scheduler input always get transformed to string with extra double quotes (aws#31894) ...
…support-ra3-large-node-type * 'main' of github.com:AsadBinImtiaz/aws-cdk: (58 commits) feat(rds): support minor versions for RDS for SQL Server (aws#32055) feat(rds): support minor engine versions for oracle (aws#32058) feat(lambda): add Python 3.13 runtime (aws#32054) chore(codepipeline): generate stack name in codepipeline when stack name is unresolved token (aws#31967) feat(elasticloadbalancingv2): enable zonal shift for network load balancer (aws#31990) feat(service-catalog): allow Product Stack to override analytics reporting and stack descriptions (aws#31985) fix(scheduler-targets-alpha): add dlq policy to execution role instead of queue policy (aws#32032) feat(ivs): support recording configuration for channel (aws#31899) docs(core): fix typo in `Stack` (aws#32047) chore(release): 2.166.0 fix: deploy-time stack tags cause synthesis to fail (aws#32041) chore(scheduler-alpha): increase unit test coverage (aws#32033) feat(synthetics): add `artifactS3Encryption` property to the Canary Construct. (aws#30197) chore(docs): fix invalid anchor links in DESIGN_GUIDELINES (aws#31997) chore(synthetics): runtime puppeteer 9_1 (aws#32026) chore(doc): update ROADMAP.md (aws#32029) chore(scheduler-alpha): clean up readme (aws#32034) chore: add 5d to mergify and merit badger (aws#32031) chore: add saiyush to core contributors (aws#32030) chore(ec2): add missing interface VPC endpoint (aws#31991) ...
Waiting on PR: cdklabs/awscdk-service-spec#1421 |
The missing value ra3.large for is now available in AWS::Redshift::Cluster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank for the contribution.
Some minor comments.
packages/@aws-cdk/aws-redshift-alpha/test/integ.cluster-nodetype.ts
Outdated
Show resolved
Hide resolved
...luster-nodetype.ts.snapshot/RA3LargeNodeIntegTestDefaultTestDeployAssert1EF91947.assets.json
Outdated
Show resolved
Hide resolved
…pe.ts Co-authored-by: Matsuda <yiyth.fcb6@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the modifications. LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #31637 +/- ##
=======================================
Coverage 78.67% 78.67%
=======================================
Files 107 107
Lines 7237 7237
Branches 1329 1329
=======================================
Hits 5694 5694
Misses 1357 1357
Partials 186 186
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing!
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks: You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
@Mergifyio update |
✅ Branch has been successfully updated |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Closes #31634.
Reason for this change
add support for RA3.large node type
Description of changes
extended the NodeType enum in ClusterProps.nodeType to include RA3.large
Description of how you validated changes
ran all tests
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license