AWS vm-import documentation change
Summary
Updated KMS encryption documentation link from 'dev' to 'userguide' path
Security assessment
While the context involves encryption permissions, the change itself only updates a documentation URL. No new security guidance or vulnerability fixes are introduced.
Diff
diff --git a/vm-import/latest/userguide/vmimport-troubleshooting.md b/vm-import/latest/userguide/vmimport-troubleshooting.md index 31600cb49..ba4a5ee5c 100644 --- a//vm-import/latest/userguide/vmimport-troubleshooting.md +++ b//vm-import/latest/userguide/vmimport-troubleshooting.md @@ -69 +69 @@ The VM import service role is missing or incorrect. You may also receive this er -This error can also occur if the user calling `ImportImage` has `Decrypt` permission but the `vmimport` role does not. If you use [Server-Side Encryption with AWS KMS–Managed Keys (SSE-KMS)](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html) to secure your at-rest data in Amazon S3, you need to assign additional `Decrypt` permission to your service role as shown in the following JSON code: +This error can also occur if the user calling `ImportImage` has `Decrypt` permission but the `vmimport` role does not. If you use [Server-Side Encryption with AWS KMS–Managed Keys (SSE-KMS)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html) to secure your at-rest data in Amazon S3, you need to assign additional `Decrypt` permission to your service role as shown in the following JSON code: