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
Reduces tail latency of network traffic between EC2 instances, especially during periods of high network load.
Detects and avoids congested network paths.
Handles some tasks directly in the network layer, such as packet reordering on the receiving end, and most retransmits that are needed. This frees up the application layer for other work.
From https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ena-express.html :
Benefits of ENA Express
Increases the maximum bandwidth a single flow can use from 5 Gbps to 25 Gbps within the Availability Zone, up to the aggregate instance limit.
Reduces tail latency of network traffic between EC2 instances, especially during periods of high network load.
Detects and avoids congested network paths.
Handles some tasks directly in the network layer, such as packet reordering on the receiving end, and most retransmits that are needed. This frees up the application layer for other work.
From https://docs.aws.amazon.com/ec2/latest/instancetypes/so.html#so_network , supported instances are :
Enabling it - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ena-express-configure.html (I'm sure there's an API for it - but need to check of course).
The text was updated successfully, but these errors were encountered: