feat(cdk): Upgrade to aws-cdk-lib 2.250 and graduated eks_v2#922
Merged
Conversation
Move infra/cdk to the highest CDK baseline that keeps cdk-nag suppressions working, and off the deprecated EKS alpha module. - Bump aws-cdk-lib 2.235.0 -> 2.250.0 (highest before the native Validations framework in 2.251 breaks cdk-nag 2.x suppression). - Drop the deprecated eks-v2-alpha module and repoint imports to the graduated stable software.amazon.awscdk.services.eks_v2 package. - Add appliesTo evidence to the IAM4/IAM5 nag suppressions so they actually suppress under the current CDK CLI (a bare rule id does not). - Document the version ceiling and the concrete update trigger in infra/cdk/NAG.md. - Update the workshop IAM policy resource id. Verified: cdk synth passes with 0 cdk-nag findings under the latest CLI.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Move infra/cdk to the highest CDK baseline that keeps cdk-nag suppressions working, and off the deprecated EKS alpha module.
Verified: cdk synth passes with 0 cdk-nag findings under the latest CLI.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.