AWS bedrock-agentcore documentation change
Summary
Formatting and typographical changes including apostrophe normalization, restructuring of example sections, and renumbering of procedural steps in the KMS key encryption documentation.
Security assessment
The changes are purely editorial and formatting adjustments (e.g., changing 'it's' to 'it’s', restructuring headings, reordering code examples). There is no mention of security vulnerabilities, patches, or new security features. The content about KMS encryption remains unchanged in substance.
Diff
diff --git a/bedrock-agentcore/latest/devguide/gateway-encryption.md b/bedrock-agentcore/latest/devguide/gateway-encryption.md index 10a8cc816..a8d62c7ea 100644 --- a//bedrock-agentcore/latest/devguide/gateway-encryption.md +++ b//bedrock-agentcore/latest/devguide/gateway-encryption.md @@ -13 +13 @@ By default, Gateway encrypts your data at rest using a service-managed AWS Key M - * Update a gateway's configurations. + * Update a gateway’s configurations. @@ -24 +24 @@ Using a customer managed key gives you more control over the encryption process, - * Disable or delete the key when it's no longer needed + * Disable or delete the key when it’s no longer needed @@ -62 +62 @@ For more information about controlling IAM permissions for a KMS key, see [KMS k -###### Example key policy +**Example key policy** @@ -66,6 +65,0 @@ The following example policy provides the necessary permissions to encrypt a gat -JSON - - -**** - - @@ -195,0 +189,2 @@ The policy contains the following statements: +###### Example + @@ -199 +194 @@ Console -###### To encrypt your gateway with a customer-managed KMS key + 1. ====== To encrypt your gateway with a customer-managed KMS key @@ -201 +196 @@ Console - 1. Follow the **Console** steps at [Create an Amazon Bedrock AgentCore gateway](./gateway-create.html) and expand the **KMS key - optional** section. + 2. Follow the **Console** steps at [Create an Amazon Bedrock AgentCore gateway](./gateway-create.html) and expand the **KMS key - optional** section. @@ -203 +198 @@ Console - 2. Choose **Customize encryption settings (advanced)**. + 3. Choose **Customize encryption settings (advanced)**. @@ -205 +200 @@ Console - 3. Select a KMS key and confirm its details. + 4. Select a KMS key and confirm its details. @@ -209 +204 @@ Console -If you don't see your KMS key, go over the Prerequisites for encrypting your AgentCore gateway and check that the permissions are properly configured. +If you don’t see your KMS key, go over the Prerequisites for encrypting your AgentCore gateway and check that the permissions are properly configured. @@ -211 +206 @@ If you don't see your KMS key, go over the Prerequisites for encrypting your Age - 4. Continue through the remaining console steps. + 5. Continue through the remaining console steps. @@ -219 +214 @@ CLI -To encrypt your gateway using the AWS CLI, include the `kms-key-arn` when sending either of the following requests through an [AgentCore control plane](https://docs.aws.amazon.com/cli/latest/reference/bedrock-agentcore-control/) client.: + 1. To encrypt your gateway using the AWS CLI, include the `kms-key-arn` when sending either of the following requests through an [AgentCore control plane](https://docs.aws.amazon.com/cli/latest/reference/bedrock-agentcore-control/) client.: @@ -244 +234,0 @@ The following example shows an example CLI request to create a gateway with a AW -Python (Boto3) @@ -247 +236,0 @@ Python (Boto3) -To encrypt your gateway using the AWS Python SDK (Boto3), include the `kms-key-arn` when sending either of the following requests through an [AgentCore control plane](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-agentcore-control.html) client.: @@ -249 +238 @@ To encrypt your gateway using the AWS Python SDK (Boto3), include the `kms-key-a - * [create_gateway](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-agentcore-control/client/create_gateway.html) +Python (Boto3) @@ -251 +239,0 @@ To encrypt your gateway using the AWS Python SDK (Boto3), include the `kms-key-a - * [update_gateway](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-agentcore-control/client/update_gateway.html) @@ -252,0 +241 @@ To encrypt your gateway using the AWS Python SDK (Boto3), include the `kms-key-a + 1. To encrypt your gateway using the AWS Python SDK (Boto3), include the `kms-key-arn` when sending either of the following requests through an [AgentCore control plane](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-agentcore-control.html) client.: @@ -253,0 +243 @@ To encrypt your gateway using the AWS Python SDK (Boto3), include the `kms-key-a + * [create_gateway](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-agentcore-control/client/create_gateway.html) @@ -254,0 +245 @@ To encrypt your gateway using the AWS Python SDK (Boto3), include the `kms-key-a + * [update_gateway](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-agentcore-control/client/update_gateway.html)