AWS AWSEC2 documentation change
Summary
Updated AWS CLI command documentation link for KMS create-grant
Security assessment
URL update for existing security documentation about KMS grants. Does not introduce new security controls or address vulnerabilities.
Diff
diff --git a/AWSEC2/latest/UserGuide/slr-windows-fast-launch.md b/AWSEC2/latest/UserGuide/slr-windows-fast-launch.md index 8bb6bd5b2..1411273b6 100644 --- a//AWSEC2/latest/UserGuide/slr-windows-fast-launch.md +++ b//AWSEC2/latest/UserGuide/slr-windows-fast-launch.md @@ -67 +67 @@ If the service-linked role is deleted from your account, you can enable EC2 Fast -To enable EC2 Fast Launch for an [encrypted AMI](./AMIEncryption.html) that uses a customer managed key for encryption, you must grant the AWSServiceRoleForEC2FastLaunch role permission to use the CMK. To do this, call the [create-grant](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/kms/create-grant.html) command. For `--grantee-principal`, specify the ARN for the AWSServiceRoleForEC2FastLaunch role in your account. For `--operations`, specify `CreateGrant`. +To enable EC2 Fast Launch for an [encrypted AMI](./AMIEncryption.html) that uses a customer managed key for encryption, you must grant the AWSServiceRoleForEC2FastLaunch role permission to use the CMK. To do this, call the [create-grant](https://docs.aws.amazon.com/cli/latest/reference/kms/create-grant.html) command. For `--grantee-principal`, specify the ARN for the AWSServiceRoleForEC2FastLaunch role in your account. For `--operations`, specify `CreateGrant`.