AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/ec2/describe-instances.md

Summary

Updated AWS CLI version reference, modified instance tags documentation link, and added comprehensive documentation for SecondaryInterfaces feature

Security assessment

The metadata tags link update improves documentation clarity but doesn't address security. The SecondaryInterfaces addition documents new networking capabilities without security-specific features. Includes standard network security field (SourceDestCheck) but this is existing functionality.

Diff

diff --git a/cli/latest/reference/ec2/describe-instances.md b/cli/latest/reference/ec2/describe-instances.md
index c46375616..7281ad9c6 100644
--- a//cli/latest/reference/ec2/describe-instances.md
+++ b//cli/latest/reference/ec2/describe-instances.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.17 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.18 Command Reference](../../index.html) »
@@ -1654 +1654 @@ Reservations -> (list)
->>>>>> Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more information, see [Work with instance tags using the instance metadata](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS) .
+>>>>>> Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more information, see [View tags for your EC2 instances using instance metadata](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-tags-in-IMDS.html) .
@@ -1802,0 +1803,104 @@ Reservations -> (list)
+>>>> 
+>>>> SecondaryInterfaces -> (list)
+>>>>
+>>>>> The secondary interfaces for the instance.
+>>>>> 
+>>>>> (structure)
+>>>>>
+>>>>>> Describes a secondary interface attached to an instance.
+>>>>>> 
+>>>>>> Attachment -> (structure)
+>>>>>>
+>>>>>>> The attachment information for the secondary interface.
+>>>>>>> 
+>>>>>>> AttachTime -> (timestamp)
+>>>>>>>
+>>>>>>>> The timestamp when the attachment was created.
+>>>>>>> 
+>>>>>>> AttachmentId -> (string)
+>>>>>>>
+>>>>>>>> The ID of the attachment.
+>>>>>>> 
+>>>>>>> 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 of the secondary interface.
+>>>>>>> 
+>>>>>>> Status -> (string)
+>>>>>>>
+>>>>>>>> The attachment state.
+>>>>>>>> 
+>>>>>>>> Possible values:
+>>>>>>>> 
+>>>>>>>>   * `attaching`
+>>>>>>>>   * `attached`
+>>>>>>>>   * `detaching`
+>>>>>>>>   * `detached`
+>>>>>>>> 
+
+>>>>>>> 
+>>>>>>> NetworkCardIndex -> (integer)
+>>>>>>>
+>>>>>>>> The index of the network card.
+>>>>>> 
+>>>>>> MacAddress -> (string)
+>>>>>>
+>>>>>>> The MAC address of the secondary interface.
+>>>>>> 
+>>>>>> SecondaryInterfaceId -> (string)
+>>>>>>
+>>>>>>> The ID of the secondary interface.
+>>>>>> 
+>>>>>> OwnerId -> (string)
+>>>>>>
+>>>>>>> The Amazon Web Services account ID of the owner of the secondary interface.
+>>>>>> 
+>>>>>> PrivateIpAddresses -> (list)
+>>>>>>
+>>>>>>> The private IPv4 addresses associated with the secondary interface.
+>>>>>>> 
+>>>>>>> (structure)
+>>>>>>>
+>>>>>>>> Describes a private IPv4 address for a secondary interface.
+>>>>>>>> 
+>>>>>>>> PrivateIpAddress -> (string)
+>>>>>>>>
+>>>>>>>>> The private IPv4 address.
+>>>>>> 
+>>>>>> SourceDestCheck -> (boolean)
+>>>>>>
+>>>>>>> Indicates whether source/destination checking is enabled.
+>>>>>> 
+>>>>>> Status -> (string)
+>>>>>>
+>>>>>>> The status of the secondary interface.
+>>>>>>> 
+>>>>>>> Possible values:
+>>>>>>> 
+>>>>>>>   * `available`
+>>>>>>>   * `in-use`
+>>>>>>> 
+
+>>>>>> 
+>>>>>> SecondarySubnetId -> (string)
+>>>>>>
+>>>>>>> The ID of the secondary subnet.
+>>>>>> 
+>>>>>> SecondaryNetworkId -> (string)
+>>>>>>
+>>>>>>> The ID of the secondary network.
+>>>>>> 
+>>>>>> InterfaceType -> (string)
+>>>>>>
+>>>>>>> The type of secondary interface.
+>>>>>>> 
+>>>>>>> Possible values:
+>>>>>>> 
+>>>>>>>   * `secondary`
+>>>>>>> 
+
@@ -3221 +3325 @@ Reservations -> (list)
-  * [AWS CLI 2.33.17 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.18 Command Reference](../../index.html) »