InstanceNetworkInterfaceSpecification

Name Description Required Schema Default Example

DeleteOnTermination (request), deleteOnTermination (result)

If set to true, the network interface is deleted when the instance is terminated. You can specify true only if creating a network interface when launching an instance.

false

boolean

Description (request), description (result)

The description of the network interface, if you are creating a network interface when launching an instance.

false

string

DeviceIndex (request), deviceIndex (result)

The index of the instance device for the network interface attachment (between 0 and 7, both included). This parameter is required if you create a network interface when launching an instance.

false

integer

NetworkInterfaceId (request), networkInterfaceId (result)

The ID of the network interface, if you are attaching an existing network interface when launching an instance.

false

string

PrivateIpAddress (request), privateIpAddress (result)

The private IP address of the network interface, if you are creating a network interface when launching an instance.

false

string

PrivateIpAddressesSet.N (request), privateIpAddressesSet.N (result)

One or more private IP addresses to assign to the network interface (only one can be primary), if you are creating a network interface when launching an instance.

false

PrivateIpAddressSpecification

SecondaryPrivateIpAddressCount (request), secondaryPrivateIpAddressCount (result)

The number of secondary private IP addresses (cannot be specified if you specified more than one private IP address in the PrivateIPAddressesSet.N parameter), if you are creating a network interface when launching an instance.

false

integer

SecurityGroupId.N (request), securityGroupId.N (result)

One or more IDs of the security groups of the network interface, if you are creating a network interface when launching an instance.

false

string

SubnetId (request), subnetId (result)

The ID of the subnet associated with the network string, if you are creating a network interface when launching an instance.

false

string