This template creates a network interface attachment that attaches an elastic network interface (ENI) to an Amazon EC2 instance. The `InstanceId` property specifies the instance to attach the network interface to, the `NetworkInterfaceId` property specifies the network interface to attach, and the `DeviceIndex` property specifies the device index for the attachment.

NetworkInterfaceAttachment
AWS::EC2::NetworkInterfaceAttachment


myENI
AWS::EC2::NetworkInterface


GroupSet

CloudFormation Template

Share Template