AWS bedrock-agentcore documentation change
Summary
Removed preview notice, updated console step instructions, and adjusted Python SDK naming conventions for encryption configuration
Security assessment
Changes involve documentation formatting, preview status removal, and SDK naming clarifications. No direct security vulnerabilities or security feature additions are evident in the diff.
Diff
diff --git a/bedrock-agentcore/latest/devguide/gateway-encryption.md b/bedrock-agentcore/latest/devguide/gateway-encryption.md index 3458eb255..56b3083cd 100644 --- a//bedrock-agentcore/latest/devguide/gateway-encryption.md +++ b//bedrock-agentcore/latest/devguide/gateway-encryption.md @@ -7,2 +6,0 @@ Prerequisites for encrypting your AgentCore gateway -Amazon Bedrock AgentCore is in preview release and is subject to change. - @@ -101 +98 @@ Console - 1. Follow the **Console** steps at [Creating your Gateway](./gateway-create.html) and expand the **KMS key - optional** section. + 1. Follow the **Console** steps at [Create an Amazon Bedrock AgentCore gateway](./gateway-create.html) and expand the **KMS key - optional** section. @@ -147 +144 @@ 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.: +To encrypt your gateway using the Boto3 Python SDK, 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.: