AWS AWSEC2 documentation change
Summary
Updated AWS CLI command documentation links to use docs.aws.amazon.com domain
Security assessment
The changes only update URLs for AWS CLI command references without altering security-related content. No evidence of addressing vulnerabilities or modifying security controls.
Diff
diff --git a/AWSEC2/latest/UserGuide/share-amis-org-ou-manage.md b/AWSEC2/latest/UserGuide/share-amis-org-ou-manage.md index b4f1cce84..da15ca54d 100644 --- a//AWSEC2/latest/UserGuide/share-amis-org-ou-manage.md +++ b//AWSEC2/latest/UserGuide/share-amis-org-ou-manage.md @@ -36 +36 @@ AWS CLI -Use the [describe-image-attribute](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-image-attribute.html) command with the `launchPermission` attribute. +Use the [describe-image-attribute](https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-image-attribute.html) command with the `launchPermission` attribute. @@ -106 +106 @@ AWS CLI -Use the [modify-image-attribute](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/modify-image-attribute.html) command to grant launch permissions for the specified AMI to the specified organization. +Use the [modify-image-attribute](https://docs.aws.amazon.com/cli/latest/reference/ec2/modify-image-attribute.html) command to grant launch permissions for the specified AMI to the specified organization. @@ -115 +115 @@ Use the [modify-image-attribute](https://awscli.amazonaws.com/v2/documentation/a -The [modify-image-attribute](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/modify-image-attribute.html) command grants launch permissions for the specified AMI to the specified OU. Note that you must specify the full ARN, not just the ID. +The [modify-image-attribute](https://docs.aws.amazon.com/cli/latest/reference/ec2/modify-image-attribute.html) command grants launch permissions for the specified AMI to the specified OU. Note that you must specify the full ARN, not just the ID. @@ -191 +191 @@ AWS CLI -Use the [modify-image-attribute](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/modify-image-attribute.html) command. This example removes launch permissions for the specified AMI from the specified organization. +Use the [modify-image-attribute](https://docs.aws.amazon.com/cli/latest/reference/ec2/modify-image-attribute.html) command. This example removes launch permissions for the specified AMI from the specified organization. @@ -200 +200 @@ Use the [modify-image-attribute](https://awscli.amazonaws.com/v2/documentation/a -Use the [reset-image-attribute](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/reset-image-attribute.html) command. This example removes all public and explicit launch permissions from the specified AMI. Note that the owner of the AMI always has launch permissions and is therefore unaffected by this command. +Use the [reset-image-attribute](https://docs.aws.amazon.com/cli/latest/reference/ec2/reset-image-attribute.html) command. This example removes all public and explicit launch permissions from the specified AMI. Note that the owner of the AMI always has launch permissions and is therefore unaffected by this command.