From 43f64ebca89639adc1c5c99b1e724fe22a8c1db6 Mon Sep 17 00:00:00 2001 From: Xia Zhao <78883180+xazhao@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:15:57 -0800 Subject: [PATCH] Update text/0605-eks-rewrite.md Co-authored-by: Eli Polonsky --- text/0605-eks-rewrite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0605-eks-rewrite.md b/text/0605-eks-rewrite.md index a2350bf66..677461d5b 100644 --- a/text/0605-eks-rewrite.md +++ b/text/0605-eks-rewrite.md @@ -22,7 +22,7 @@ Compared to the original EKS module, it has following major changes: - Use native L1 `AWS::EKS::Cluster` resource to replace custom resource `Custom::AWSCDK-EKS-Cluster` - Use native L1 `AWS::EKS::FargateProfile` resource to replace custom resource `Custom::AWSCDK-EKS-FargateProfile` - `Kubectl Handler` will not be created by default. It will only be created if users specify it. -- Deprecate `AwsAuth` construct. Permissions to the cluster will be managed by Access Entry. +- Remove `AwsAuth` construct. Permissions to the cluster will be managed by Access Entry. - Remove the limit of 1 cluster per stack - Remove nested stacks - API changes to make them more ergonomic.