AWS AWSEC2 documentation change
Summary
Updated AWS CLI command links to use latest documentation URLs
Security assessment
The changes only update documentation URLs for AWS CLI commands without altering security-related content. No security features were added or modified, and there is no indication of addressing security vulnerabilities.
Diff
diff --git a/AWSEC2/latest/UserGuide/configure-root-volume-delete-on-termination.md b/AWSEC2/latest/UserGuide/configure-root-volume-delete-on-termination.md index f77e50098..d73d0643d 100644 --- a//AWSEC2/latest/UserGuide/configure-root-volume-delete-on-termination.md +++ b//AWSEC2/latest/UserGuide/configure-root-volume-delete-on-termination.md @@ -53 +53 @@ AWS CLI -Use the [run-instances](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/run-instances.html) command and include the following option. +Use the [run-instances](https://docs.aws.amazon.com/cli/latest/reference/ec2/run-instances.html) command and include the following option. @@ -98 +98 @@ AWS CLI -Use the [modify-instance-attribute](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/modify-instance-attribute.html) command with a block device mapping that sets the `DeleteOnTermination` attribute to `false`. +Use the [modify-instance-attribute](https://docs.aws.amazon.com/cli/latest/reference/ec2/modify-instance-attribute.html) command with a block device mapping that sets the `DeleteOnTermination` attribute to `false`. @@ -157 +157 @@ AWS CLI -Use the [describe-instances](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-instances.html) command and verify that the `DeleteOnTermination` attribute is set to `false`. +Use the [describe-instances](https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html) command and verify that the `DeleteOnTermination` attribute is set to `false`.