If on EKS you're using security group for PODs you need to now the list of supported instance types and which one have the IsTrunkingCompatible: true.
Right now the only way to get that information is trough that file: https://github.com/aws/amazon-vpc-resource-controller-k8s/blob/release/pkg/aws/vpc/limits.go#L32
More info: https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html
I'll be really useful to have it on the cli.
If on EKS you're using security group for PODs you need to now the list of supported instance types and which one have the IsTrunkingCompatible: true.
Right now the only way to get that information is trough that file: https://github.com/aws/amazon-vpc-resource-controller-k8s/blob/release/pkg/aws/vpc/limits.go#L32
More info: https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html
I'll be really useful to have it on the cli.