AWS::EC2::LaunchTemplate EnaSrdSpecification - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::EC2::LaunchTemplate EnaSrdSpecification

ENA Express uses Amazon Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances. With ENA Express, you can communicate between two EC2 instances in the same subnet within the same account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.

To improve the reliability of network packet delivery, ENA Express reorders network packets on the receiving end by default. However, some UDP-based applications are designed to handle network packets that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express is enabled, you can specify whether UDP network traffic uses it.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

EnaSrdEnabled

Indicates whether ENA Express is enabled for the network interface.

Required: No

Type: Boolean

Update requires: No interruption

EnaSrdUdpSpecification

Configures ENA Express for UDP network traffic.

Required: No

Type: EnaSrdUdpSpecification

Update requires: No interruption