SYSTEM Cited by 1 source
Elastic Network Adapter (ENA) Express¶
Definition¶
ENA Express is AWS's guest-networking feature that runs guest-originated TCP traffic over systems/srd on the underlying network. Announced Nov 2022. From the EBS retrospective: SRD "improves the performance of your TCP stacks in your guest" by "taking advantage of multiple network paths and reducing the overflow and queues in the intermediate network devices."
It is the canonical example of SRD being useful outside storage — a protocol first built for EBS ends up carrying generic EC2 TCP.
Seen in¶
- sources/2024-08-22-allthingsdistributed-continuous-reinvention-block-storage-at-aws — mentioned as the productized-for-guests wrapper around SRD.