AWS Security ChangesHomeSearch

AWS AWSEC2 documentation change

Service: AWSEC2 · 2025-08-22 · Documentation low

File: AWSEC2/latest/UserGuide/service-linked-roles-spot-instance-requests.md

Summary

Updated AWS CLI command documentation links from v2 references to latest stable version URLs

Security assessment

The changes only update documentation URLs to point to latest CLI references. No security-related content modifications or new security guidance were introduced.

Diff

diff --git a/AWSEC2/latest/UserGuide/service-linked-roles-spot-instance-requests.md b/AWSEC2/latest/UserGuide/service-linked-roles-spot-instance-requests.md
index 176873acc..a2a88e2c4 100644
--- a//AWSEC2/latest/UserGuide/service-linked-roles-spot-instance-requests.md
+++ b//AWSEC2/latest/UserGuide/service-linked-roles-spot-instance-requests.md
@@ -53 +53 @@ If you use the AWS CLI or an API to request a Spot Instance, you must first ensu
-Use the [create-service-linked-role](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iam/create-service-linked-role.html) command as follows.
+Use the [create-service-linked-role](https://docs.aws.amazon.com/cli/latest/reference/iam/create-service-linked-role.html) command as follows.
@@ -68 +68 @@ When providing permissions, grants are an alternative to key policies. For more
-  * Use the [create-grant](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/kms/create-grant.html) command to add a grant to the customer managed key and to specify the principal (the **AWSServiceRoleForEC2Spot** service-linked role) that is given permission to perform the operations that the grant permits. The customer managed key is specified by the `key-id` parameter and the ARN of the customer managed key. The principal is specified by the `grantee-principal` parameter and the ARN of the **AWSServiceRoleForEC2Spot** service-linked role.
+  * Use the [create-grant](https://docs.aws.amazon.com/cli/latest/reference/kms/create-grant.html) command to add a grant to the customer managed key and to specify the principal (the **AWSServiceRoleForEC2Spot** service-linked role) that is given permission to perform the operations that the grant permits. The customer managed key is specified by the `key-id` parameter and the ARN of the customer managed key. The principal is specified by the `grantee-principal` parameter and the ARN of the **AWSServiceRoleForEC2Spot** service-linked role.