AWS AWSEC2 documentation change
Summary
Updated multiple AWS CLI command links for IP address management from v2 to latest reference format
Security assessment
All changes are documentation URL updates. No modifications to security practices around IP address assignment or network interfaces.
Diff
diff --git a/AWSEC2/latest/UserGuide/managing-network-interface-ip-addresses.md b/AWSEC2/latest/UserGuide/managing-network-interface-ip-addresses.md index 88e2fd281..212ca1f15 100644 --- a//AWSEC2/latest/UserGuide/managing-network-interface-ip-addresses.md +++ b//AWSEC2/latest/UserGuide/managing-network-interface-ip-addresses.md @@ -73 +73 @@ AWS CLI -Use the following [assign-private-ip-addresses](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/assign-private-ip-addresses.html) command to assign an IPv4 address. +Use the following [assign-private-ip-addresses](https://docs.aws.amazon.com/cli/latest/reference/ec2/assign-private-ip-addresses.html) command to assign an IPv4 address. @@ -80 +80 @@ Use the following [assign-private-ip-addresses](https://awscli.amazonaws.com/v2/ -Use the following [unassign-private-ip-addresses](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/unassign-private-ip-addresses.html) command to unassign an IPv4 address. +Use the following [unassign-private-ip-addresses](https://docs.aws.amazon.com/cli/latest/reference/ec2/unassign-private-ip-addresses.html) command to unassign an IPv4 address. @@ -89 +89 @@ Use the following [unassign-private-ip-addresses](https://awscli.amazonaws.com/v -Use the following [assign-ipv6-addresses](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/assign-ipv6-addresses.html) command to assign an IPv6 address. +Use the following [assign-ipv6-addresses](https://docs.aws.amazon.com/cli/latest/reference/ec2/assign-ipv6-addresses.html) command to assign an IPv6 address. @@ -96 +96 @@ Use the following [assign-ipv6-addresses](https://awscli.amazonaws.com/v2/docume -Use the following [unassign-ipv6-addresses](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/unassign-ipv6-addresses.html) command to unassign an IPv6 address. +Use the following [unassign-ipv6-addresses](https://docs.aws.amazon.com/cli/latest/reference/ec2/unassign-ipv6-addresses.html) command to unassign an IPv6 address. @@ -105 +105 @@ Use the following [unassign-ipv6-addresses](https://awscli.amazonaws.com/v2/docu -Use the following [associate-address](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/associate-address.html) command to associate an Elastic IP address with the primary private IPv4 address. +Use the following [associate-address](https://docs.aws.amazon.com/cli/latest/reference/ec2/associate-address.html) command to associate an Elastic IP address with the primary private IPv4 address. @@ -112 +112 @@ Use the following [associate-address](https://awscli.amazonaws.com/v2/documentat -Use the following [disassociate-address](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/disassociate-address.html) command to disassociate an Elastic IP address from the primary private IPv4 address. +Use the following [disassociate-address](https://docs.aws.amazon.com/cli/latest/reference/ec2/disassociate-address.html) command to disassociate an Elastic IP address from the primary private IPv4 address.