aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.21k stars 318 forks source link

[EKS] [request]: Adding subnets from previously unused AZs #2330

Open blanchardma opened 5 months ago

blanchardma commented 5 months ago

Community Note

Tell us about your request Add subnets of Availability Zones (AZs) to the EKS control plane that were not originally provided when the cluster was created. OR IN OTHER WORDS: We need to expand our EKS to include subnets from additional Availability Zones (AZs) that weren't originally included when the cluster was set up. (For a better context read also the limitation at the end.)

Which service(s) is this request for? EKS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? The ability to extend the number of Availability Zones (AZ) and corresponding subnets for the EKS control plane, so that elastic network interfaces (ENIs) of the EKS control plane can also be created in the customer VPC. This is difficult because it is not supported by the AWS service and you have to recreate the entire EKS control plane.

Are you currently working around this issue? Not really, you can either recreate the EKS control plane or leave it in the previous subnets and AZs.

Additional context The limitation is currently described as follows in the AWS documentation: "All subnets that you add must be in the same set of AZs as originally provided when you created the cluster." https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html#network-requirements-vpc

sidkram commented 3 months ago

Had there been any update or any proposed date of action onto this ? @blanchardma

lkoniecz commented 2 months ago

I would extend the request so that removing subnets is also supported.