feat(eks): add Provisioned Control Plane support with controlPlaneScalingTier property #36651
+5,861
−0
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.
Issue # (if applicable)
Closes #36650
Reason for this change
Adds support for EKS Provisioned Control Plane to the EKS Cluster L2 construct by introducing the
controlPlaneScalingTierproperty.Provisioned Control Plane allows customers to select a scaling tier that matches their workload requirements, providing predictable performance for high-demand applications.
Description of changes
ControlPlaneScalingTierenum withSTANDARD,TIER_XL,TIER_2XL, andTIER_4XLvaluescontrolPlaneScalingTierproperty toClusterOptionsinterfaceClusterResourceto the underlying CloudFormation resourceDescribe any new or updated permissions being added
N/A - This change does not introduce any new IAM permissions.
Description of how you validated changes
ControlPlaneScalingTiervalues (STANDARD, TIER_XL, TIER_2XL, TIER_4XL)controlPlaneScalingConfigis not set when the property is not providedinteg.eks-provisioned-control-plane.ts) that deploys an EKS cluster withControlPlaneScalingTier.STANDARD- test passed successfullyControlPlaneScalingConfigpropertyChecklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license