amazon-ec2-instance-selector icon indicating copy to clipboard operation
amazon-ec2-instance-selector copied to clipboard

Ability to filter if IsTrunkingCompatible

Open isaac88 opened this issue 2 years ago • 0 comments

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.

isaac88 avatar Nov 13 '22 21:11 isaac88