AWS AWSEC2 documentation change
Summary
Removed redundant 'following' from PowerShell cmdlet examples for assigning/unassigning IPv4/IPv6 addresses and Elastic IPs
Security assessment
Changes are minor syntax clarifications in command examples without introducing or modifying security-related content. No evidence of addressing vulnerabilities or security features.
Diff
diff --git a/AWSEC2/latest/UserGuide/managing-network-interface-ip-addresses.md b/AWSEC2/latest/UserGuide/managing-network-interface-ip-addresses.md index 0838ced2d..88e2fd281 100644 --- a//AWSEC2/latest/UserGuide/managing-network-interface-ip-addresses.md +++ b//AWSEC2/latest/UserGuide/managing-network-interface-ip-addresses.md @@ -122 +122 @@ PowerShell -Use the following [Register-EC2PrivateIpAddress](https://docs.aws.amazon.com/powershell/latest/reference/items/Register-EC2PrivateIpAddress.html) cmdlet to assign an IPv4 address. +Use the [Register-EC2PrivateIpAddress](https://docs.aws.amazon.com/powershell/latest/reference/items/Register-EC2PrivateIpAddress.html) cmdlet to assign an IPv4 address. @@ -129 +129 @@ Use the following [Register-EC2PrivateIpAddress](https://docs.aws.amazon.com/pow -Use the following [Unregister-EC2PrivateIpAddress](https://docs.aws.amazon.com/powershell/latest/reference/items/Unregister-EC2PrivateIpAddress.html) cmdlet to unassign an IPv4 address. +Use the [Unregister-EC2PrivateIpAddress](https://docs.aws.amazon.com/powershell/latest/reference/items/Unregister-EC2PrivateIpAddress.html) cmdlet to unassign an IPv4 address. @@ -138 +138 @@ Use the following [Unregister-EC2PrivateIpAddress](https://docs.aws.amazon.com/p -Use the following [Register-EC2Ipv6AddressList](https://docs.aws.amazon.com/powershell/latest/reference/items/Register-EC2Ipv6AddressList.html) cmdlet to assign an IPv6 address. +Use the [Register-EC2Ipv6AddressList](https://docs.aws.amazon.com/powershell/latest/reference/items/Register-EC2Ipv6AddressList.html) cmdlet to assign an IPv6 address. @@ -145 +145 @@ Use the following [Register-EC2Ipv6AddressList](https://docs.aws.amazon.com/powe -Use the following [Unregister-EC2Ipv6AddressList](https://docs.aws.amazon.com/powershell/latest/reference/items/Unregister-EC2Ipv6AddressList.html) cmdlet to unassign an IPv6 address. +Use the [Unregister-EC2Ipv6AddressList](https://docs.aws.amazon.com/powershell/latest/reference/items/Unregister-EC2Ipv6AddressList.html) cmdlet to unassign an IPv6 address. @@ -154 +154 @@ Use the following [Unregister-EC2Ipv6AddressList](https://docs.aws.amazon.com/po -Use the following [Register-EC2Address](https://docs.aws.amazon.com/powershell/latest/reference/items/Register-EC2Address.html) cmdlet to associate an Elastic IP address with the primary private IPv4 address. +Use the [Register-EC2Address](https://docs.aws.amazon.com/powershell/latest/reference/items/Register-EC2Address.html) cmdlet to associate an Elastic IP address with the primary private IPv4 address. @@ -161 +161 @@ Use the following [Register-EC2Address](https://docs.aws.amazon.com/powershell/l -Use the following [Unregister-EC2Address](https://docs.aws.amazon.com/powershell/latest/reference/items/Unregister-EC2Address.html) cmdlet to disassociate an Elastic IP address from the primary private IPv4 address. +Use the [Unregister-EC2Address](https://docs.aws.amazon.com/powershell/latest/reference/items/Unregister-EC2Address.html) cmdlet to disassociate an Elastic IP address from the primary private IPv4 address.