aws / amazon-vpc-resource-controller-k8s

Controller for managing Trunk & Branch Network Interfaces on EKS Cluster using Security Group For Pod feature and IPv4 Addresses for Windows Node.
Apache License 2.0
79 stars 53 forks source link

Get Instance to Branch ENI limits at runtime. #98

Open abhipth opened 2 years ago

abhipth commented 2 years ago

Is your feature request related to a problem? Please describe. Currently the Instance to Branch ENI Limits are Hard coded which means for each new Instance type added we need to do a new release of controller.

Describe the solution you'd like If EC2 team can expose API in aws-sdk-go with the Instance -> Branch ENI Limits we can fetch this information at runtime without needing a new controller release.

We are working with EC2 team to evaluate this request.

DavidHe1127 commented 1 year ago

Making an API that exposes the list public is a sought-after feature