AWS bedrock-agentcore documentation change
Summary
Formatting changes to add example headers, renumber console steps, and adjust section structure in Code Interpreter creation documentation
Security assessment
Changes are purely organizational and formatting improvements. The content about IAM runtime roles and network settings (which are security-related) was not modified - only the step numbering and section headers were adjusted. No new security information was added or existing security content changed.
Diff
diff --git a/bedrock-agentcore/latest/devguide/code-interpreter-create.md b/bedrock-agentcore/latest/devguide/code-interpreter-create.md index 72c73f40c..cf6669f1e 100644 --- a//bedrock-agentcore/latest/devguide/code-interpreter-create.md +++ b//bedrock-agentcore/latest/devguide/code-interpreter-create.md @@ -8,0 +9,2 @@ You can create a Code Interpreter using the Amazon Bedrock AgentCore console, AW +###### Example + @@ -12 +14 @@ Console -###### To create a Code Interpreter using the console + 1. ====== To create a Code Interpreter using the console @@ -14 +16 @@ Console - 1. Open the AgentCore console at [https://console.aws.amazon.com/bedrock-agentcore/home#](https://console.aws.amazon.com/bedrock-agentcore/home#). + 2. Open the AgentCore console at [https://console.aws.amazon.com/bedrock-agentcore/home#](https://console.aws.amazon.com/bedrock-agentcore/home#). @@ -16 +18 @@ Console - 2. In the navigation pane, choose **Built-in tools**. + 3. In the navigation pane, choose **Built-in tools**. @@ -18 +20 @@ Console - 3. Choose **Create Code Interpreter tool**. + 4. Choose **Create Code Interpreter tool**. @@ -20 +22 @@ Console - 4. Provide a unique **Tool name** and optional **Description**. + 5. Provide a unique **Tool name** and optional **Description**. @@ -22 +24 @@ Console - 5. Under **Network settings** , choose one of the following options: + 6. Under **Network settings** , choose one of the following options: @@ -28 +30 @@ Console - 6. Under **Permissions** , specify an IAM runtime role that defines what AWS resources the Code Interpreter can access. + 7. Under **Permissions** , specify an IAM runtime role that defines what AWS resources the Code Interpreter can access. @@ -30 +32 @@ Console - 7. Choose **Create**. + 8. Choose **Create**. @@ -31,0 +34 @@ Console +After creating a Code Interpreter tool, the console displays important details about the tool: @@ -35 +37,0 @@ Console -After creating a Code Interpreter tool, the console displays important details about the tool: @@ -65,2 +67 @@ AWS CLI -To create a Code Interpreter using the AWS CLI, use the `create-code-interpreter` command: - + 1. To create a Code Interpreter using the AWS CLI, use the `create-code-interpreter` command: @@ -78 +78,0 @@ To create a Code Interpreter using the AWS CLI, use the `create-code-interpreter -Boto3 @@ -81 +81,2 @@ Boto3 -To create a Code Interpreter using the AWS SDK for Python, use the `create_code_interpreter` method: +Boto3 + @@ -82,0 +84 @@ To create a Code Interpreter using the AWS SDK for Python, use the `create_code_ + 1. To create a Code Interpreter using the AWS SDK for Python, use the `create_code_interpreter` method: @@ -108 +109,0 @@ To create a Code Interpreter using the AWS SDK for Python, use the `create_code_ -API @@ -111 +112,2 @@ API -To create a new Code Interpreter instance using the API, use the following call: +API + @@ -112,0 +115 @@ To create a new Code Interpreter instance using the API, use the following call: + 1. To create a new Code Interpreter instance using the API, use the following call: