AWS sagemaker documentation change
Summary
Updated IAM policy condition key from 'sagemaker:VolumeKmsKey' to 'sagemaker:VolumeKmsKeyArn' in JSON example
Security assessment
Corrects an IAM policy example to use proper KMS key ARN syntax, improving documentation of encryption security features but without evidence of addressing a specific vulnerability
Diff
diff --git a/sagemaker/latest/dg/security_iam_id-based-policy-examples.md b/sagemaker/latest/dg/security_iam_id-based-policy-examples.md index b7477b40b..ec9496921 100644 --- a//sagemaker/latest/dg/security_iam_id-based-policy-examples.md +++ b//sagemaker/latest/dg/security_iam_id-based-policy-examples.md @@ -993 +993 @@ JSON - "sagemaker:VolumeKmsKey": "arn:aws:kms:us-east-1:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" + "sagemaker:VolumeKmsKeyArn": "arn:aws:kms:us-east-1:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"