createNetworkInterface
inline suspend fun Ec2Client.createNetworkInterface(crossinline block: CreateNetworkInterfaceRequest.Builder.() -> Unit): CreateNetworkInterfaceResponse
Creates a network interface in the specified subnet.
The number of IP addresses you can assign to a network interface varies by instance type. For more information, see IP Addresses Per ENI Per Instance Type in the Amazon Virtual Private Cloud User Guide.
For more information about network interfaces, see Elastic network interfaces in the Amazon Elastic Compute Cloud User Guide.