AWS ec2 documentation change
Summary
Added PowerShell V5 example for unassigning private IP addresses
Security assessment
Example shows network configuration but lacks security context or vulnerability mitigation.
Diff
diff --git a/ec2/latest/devguide/example_ec2_UnassignPrivateIpAddresses_section.md b/ec2/latest/devguide/example_ec2_UnassignPrivateIpAddresses_section.md index 3002947dc..7ed8a2cbb 100644 --- a//ec2/latest/devguide/example_ec2_UnassignPrivateIpAddresses_section.md +++ b//ec2/latest/devguide/example_ec2_UnassignPrivateIpAddresses_section.md @@ -46,0 +47,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example unassigns the specified private IP address from the specified network interface.** + + + Unregister-EC2PrivateIpAddress -NetworkInterfaceId eni-1a2b3c4d -PrivateIpAddress 10.0.0.82 + + + * For API details, see [UnassignPrivateIpAddresses](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +