AWS Security ChangesHomeSearch

AWS AWSEC2 documentation change

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

File: AWSEC2/latest/UserGuide/spot-fleet-prerequisites.md

Summary

Updated AWS CLI command documentation links for IAM and KMS operations

Security assessment

Changes only update documentation URLs. Existing security guidance about KMS grants and service roles remains unchanged with no new vulnerabilities addressed.

Diff

diff --git a/AWSEC2/latest/UserGuide/spot-fleet-prerequisites.md b/AWSEC2/latest/UserGuide/spot-fleet-prerequisites.md
index 5f15390ff..a38d72677 100644
--- a//AWSEC2/latest/UserGuide/spot-fleet-prerequisites.md
+++ b//AWSEC2/latest/UserGuide/spot-fleet-prerequisites.md
@@ -232 +232 @@ The **EC2 - Spot Fleet** use case will automatically create a policy with the re
-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.
@@ -247 +247 @@ 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 CMK and to specify the principal (the **AWSServiceRoleForEC2SpotFleet** service-linked role) that is given permission to perform the operations that the grant permits. The CMK is specified by the `key-id` parameter and the ARN of the CMK. The principal is specified by the `grantee-principal` parameter and the ARN of the **AWSServiceRoleForEC2SpotFleet** 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 CMK and to specify the principal (the **AWSServiceRoleForEC2SpotFleet** service-linked role) that is given permission to perform the operations that the grant permits. The CMK is specified by the `key-id` parameter and the ARN of the CMK. The principal is specified by the `grantee-principal` parameter and the ARN of the **AWSServiceRoleForEC2SpotFleet** service-linked role.