AWS bedrock-agentcore documentation change
Summary
Restructured CLI documentation with example heading and renumbered steps in interactive section.
Security assessment
Changes are purely structural and instructional, with no mention of security vulnerabilities, features, or configurations. The modifications involve formatting changes, adding an example heading, and adjusting step numbering in the interactive terminal UI instructions.
Diff
diff --git a/bedrock-agentcore/latest/devguide/gateway-create-cli.md b/bedrock-agentcore/latest/devguide/gateway-create-cli.md index 50baa498f..702dc482e 100644 --- a//bedrock-agentcore/latest/devguide/gateway-create-cli.md +++ b//bedrock-agentcore/latest/devguide/gateway-create-cli.md @@ -9 +9 @@ You can use the AgentCore CLI to create gateways with simplified commands. The C -AgentCore CLI +###### Example @@ -10,0 +11 @@ AgentCore CLI +AgentCore CLI @@ -12 +12,0 @@ AgentCore CLI -Create a gateway without authorization: @@ -13,0 +14 @@ Create a gateway without authorization: + 1. Create a gateway without authorization: @@ -44 +46 @@ Interactive -You can also use the AgentCore CLI interactive terminal UI. Run `agentcore` to open the TUI, then select **add** and choose **Gateway** : + 1. You can also use the AgentCore CLI interactive terminal UI. Run `agentcore` to open the TUI, then select **add** and choose **Gateway** : @@ -46 +48 @@ You can also use the AgentCore CLI interactive terminal UI. Run `agentcore` to o - 1. In the **Add Resource** menu, select **Gateway** and press **Enter**. + 2. In the **Add Resource** menu, select **Gateway** and press **Enter**. @@ -50 +52 @@ You can also use the AgentCore CLI interactive terminal UI. Run `agentcore` to o - 2. Enter a name for your gateway and press **Enter**. + 3. Enter a name for your gateway and press **Enter**. @@ -54 +56 @@ You can also use the AgentCore CLI interactive terminal UI. Run `agentcore` to o - 3. Select the authorizer type for your gateway. Choose **None** , **Custom JWT** , or **IAM** , then press **Enter**. + 4. Select the authorizer type for your gateway. Choose **None** , **Custom JWT** , or **IAM** , then press **Enter**. @@ -58 +60 @@ You can also use the AgentCore CLI interactive terminal UI. Run `agentcore` to o - 4. (Optional) Configure advanced settings such as semantic search and debug exception level. Use **Space** to toggle options, then press **Enter** to continue. + 5. (Optional) Configure advanced settings such as semantic search and debug exception level. Use **Space** to toggle options, then press **Enter** to continue. @@ -62 +64 @@ You can also use the AgentCore CLI interactive terminal UI. Run `agentcore` to o - 5. Review the gateway configuration summary and press **Enter** to confirm. + 6. Review the gateway configuration summary and press **Enter** to confirm.