AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-02-10 · Documentation low

File: cli/latest/reference/ec2/describe-launch-template-versions.md

Summary

Updated CLI version reference and added documentation for secondary network interfaces in launch templates including fields like DeleteOnTermination, PrivateIpAddresses, and InterfaceType.

Security assessment

The changes document new networking features (secondary interfaces) but don't address any security vulnerabilities or weaknesses. The DeleteOnTermination field describes resource cleanup behavior, not a security control.

Diff

diff --git a/cli/latest/reference/ec2/describe-launch-template-versions.md b/cli/latest/reference/ec2/describe-launch-template-versions.md
index 578d880d8..bf87962a9 100644
--- a//cli/latest/reference/ec2/describe-launch-template-versions.md
+++ b//cli/latest/reference/ec2/describe-launch-template-versions.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.17 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.18 Command Reference](../../index.html) »
@@ -2155,0 +2156,3 @@ LaunchTemplateVersions -> (list)
+>>>>>>   * `secondary-interface`
+>>>>>>   * `secondary-network`
+>>>>>>   * `secondary-subnet`
@@ -3072,0 +3076,56 @@ LaunchTemplateVersions -> (list)
+>>> 
+>>> SecondaryInterfaces -> (list)
+>>>
+>>>> The secondary interfaces associated with the launch template.
+>>>> 
+>>>> (structure)
+>>>>
+>>>>> Describes a secondary interface specification in a launch template.
+>>>>> 
+>>>>> DeleteOnTermination -> (boolean)
+>>>>>
+>>>>>> Indicates whether the secondary interface is deleted when the instance is terminated.
+>>>>>> 
+>>>>>> The only supported value for this field is `true` .
+>>>>> 
+>>>>> DeviceIndex -> (integer)
+>>>>>
+>>>>>> The device index for the secondary interface attachment.
+>>>>> 
+>>>>> PrivateIpAddresses -> (list)
+>>>>>
+>>>>>> The private IPv4 addresses to assign to the secondary interface.
+>>>>>> 
+>>>>>> If you specify `privateIpAddresses` you cannot specify `privateIpAddressCount`
+>>>>>> 
+>>>>>> (structure)
+>>>>>>
+>>>>>>> Describes a private IPv4 address specification for a secondary interface.
+>>>>>>> 
+>>>>>>> PrivateIpAddress -> (string)
+>>>>>>>
+>>>>>>>> The private IPv4 address.
+>>>>> 
+>>>>> PrivateIpAddressCount -> (integer)
+>>>>>
+>>>>>> The number of private IPv4 addresses to assign to the secondary interface.
+>>>>>> 
+>>>>>> If you specify `privateIpAddressCount` you cannot specify `privateIpAddresses`
+>>>>> 
+>>>>> SecondarySubnetId -> (string)
+>>>>>
+>>>>>> The ID of the secondary subnet.
+>>>>> 
+>>>>> InterfaceType -> (string)
+>>>>>
+>>>>>> The type of secondary interface.
+>>>>>> 
+>>>>>> Possible values:
+>>>>>> 
+>>>>>>   * `secondary`
+>>>>>> 
+
+>>>>> 
+>>>>> NetworkCardIndex -> (integer)
+>>>>>
+>>>>>> The index of the network card.
@@ -3100 +3159 @@ NextToken -> (string)
-  * [AWS CLI 2.33.17 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.18 Command Reference](../../index.html) »