Launch Template Network Interface
Constructors
Properties
Associate a Carrier IP address with eth0
for a new network interface. Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. Boolean value, can be left unset.
Associate a public ip address with the network interface. Boolean value, can be left unset.
Whether the network interface should be destroyed on instance termination.
Description of the network interface.
The integer index of the network interface attachment.
The type of network interface. To create an Elastic Fabric Adapter (EFA), specify efa
.
The number of secondary private IPv4 addresses to assign to a network interface. Conflicts with ipv4_addresses
One or more private IPv4 addresses to associate. Conflicts with ipv4_address_count
The number of IPv4 prefixes to be automatically assigned to the network interface. Conflicts with ipv4_prefixes
One or more IPv4 prefixes to be assigned to the network interface. Conflicts with ipv4_prefix_count
The number of IPv6 addresses to assign to a network interface. Conflicts with ipv6_addresses
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. Conflicts with ipv6_address_count
The number of IPv6 prefixes to be automatically assigned to the network interface. Conflicts with ipv6_prefixes
One or more IPv6 prefixes to be assigned to the network interface. Conflicts with ipv6_prefix_count
The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.
The ID of the network interface to attach.
The primary private IPv4 address.
A list of security group IDs to associate.