You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maximum ENIs is important for containerized workloads like Kubernetes and ECS which often grant each container its own ENI. So instances with fewer ENIs mean they can run fewer containers.
Max network interfaces per instance type info appears to be available from https://www.ec2instances.info, so AutoSpotting should be able to use it.
Steps to reproduce
Have an ASG with t3.small instances
Let AutoSpotting replace them with t3a.small
Expected results
Your new instances can have the same number of ENIs.
Actual results
New instances can have fewer ENIs.
The text was updated successfully, but these errors were encountered:
Github issue
Issue type
Summary
Each instance type has a maximum number of network interfaces that it can have. See https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI. AutoSpotting should consider this when deciding if a spot instance is compatible with the currently running instance.
Maximum ENIs is important for containerized workloads like Kubernetes and ECS which often grant each container its own ENI. So instances with fewer ENIs mean they can run fewer containers.
Max network interfaces per instance type info appears to be available from https://www.ec2instances.info, so AutoSpotting should be able to use it.
Steps to reproduce
Expected results
Your new instances can have the same number of ENIs.
Actual results
New instances can have fewer ENIs.
The text was updated successfully, but these errors were encountered: