LaunchTemplateInstanceNetworkInterfaceSpecification
In this article:
LaunchTemplateInstanceNetworkInterfaceSpecification#
Description of a network interface for a launch template.
Contents#
associatePublicIpAddress — Indicates whether a public IP address should be associated with the network interface.
Type: Boolean
Required: No
deleteOnTermination — Indicates whether the network interface should be deleted together with the instance.
Type: Boolean
Required: No
description — The description of the network interface.
Type: String
Required: No
deviceIndex — The device index (the network interface’s position in the attachment order).
Type: Integer
Required: Yes
networkInterfaceId — The ID of the network interface.
Type: String
Required: No
privateIpAddress — The private IP address of the network interface.
Type: String
Required: No
groupSet — The security groups for the network interface.
Type: List of GroupIdentifier objects
Required: No
subnetId — The ID of the subnet.
Type: String
Required: No