AWS AWSEC2 documentation change
Summary
Updated AWS CLI command documentation links to use docs.aws.amazon.com domain
Security assessment
Only updates links to CLI documentation. No changes to security-related AMI sharing policies or vulnerability disclosures.
Diff
diff --git a/AWSEC2/latest/UserGuide/sharingamis-intro.md b/AWSEC2/latest/UserGuide/sharingamis-intro.md index 276476bf3..d1e665c8f 100644 --- a//AWSEC2/latest/UserGuide/sharingamis-intro.md +++ b//AWSEC2/latest/UserGuide/sharingamis-intro.md @@ -86 +86 @@ You can add or remove account IDs from the list of accounts that have launch per - 1. Use the [modify-image-attribute](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/modify-image-attribute.html) command as follows to add the `all` group to the `launchPermission` list for the specified AMI. + 1. Use the [modify-image-attribute](https://docs.aws.amazon.com/cli/latest/reference/ec2/modify-image-attribute.html) command as follows to add the `all` group to the `launchPermission` list for the specified AMI. @@ -92 +92 @@ You can add or remove account IDs from the list of accounts that have launch per - 2. To verify the launch permissions of the AMI, use the [describe-image-attribute](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-image-attribute.html) command. + 2. To verify the launch permissions of the AMI, use the [describe-image-attribute](https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-image-attribute.html) command.