AWS bedrock documentation change
Summary
Capitalized 'region' to 'Region' in KMS decryption policy instructions (2 instances)
Security assessment
Documentation style update without security content changes
Diff
diff --git a/bedrock/latest/userguide/encryption-kb.md b/bedrock/latest/userguide/encryption-kb.md index 6b431e619..8c6cd52a9 100644 --- a/bedrock/latest/userguide/encryption-kb.md +++ b/bedrock/latest/userguide/encryption-kb.md @@ -107 +107 @@ For more information, see [Protecting data using server-side encryption with Ama -If you encrypted your data sources in Amazon S3 with a custom AWS KMS key, attach the following policy to your Amazon Bedrock service role to allow Amazon Bedrock to decrypt your key. Replace `region` and `account-id` with the region and account ID to which the key belongs. Replace `key-id` with the ID of your AWS KMS key. +If you encrypted your data sources in Amazon S3 with a custom AWS KMS key, attach the following policy to your Amazon Bedrock service role to allow Amazon Bedrock to decrypt your key. Replace `region` and `account-id` with the Region and account ID to which the key belongs. Replace `key-id` with the ID of your AWS KMS key. @@ -134 +134 @@ If the vector store containing your knowledge base is configured with an AWS Sec -If you do so, you attach the following policy to your Amazon Bedrock service role to allow it to decrypt your key. Replace `region` and `account-id` with the region and account ID to which the key belongs. Replace `key-id` with the ID of your AWS KMS key. +If you do so, you attach the following policy to your Amazon Bedrock service role to allow it to decrypt your key. Replace `region` and `account-id` with the Region and account ID to which the key belongs. Replace `key-id` with the ID of your AWS KMS key.