Skip to content

Commit 22e65d7

Browse files
tbrandtbrandaws
andauthored
[Closed network] Support AgentCore use case (#1320)
Co-authored-by: Taichiro Suzuki <taichirs@amazon.co.jp>
1 parent fd2938f commit 22e65d7

File tree

7 files changed

+3048
-2812
lines changed

7 files changed

+3048
-2812
lines changed

docs/en/CLOSED_NETWORK.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Options related to closed network mode have the `closedNetwork` prefix. The foll
3232
- Since various resources are created, when importing an existing VPC, it's recommended to use as clean an environment as possible.
3333
- SAML integration is not available.
3434
- Voice Chat use case is currently not available.
35-
- AgentCore Chat use case is currently not available.
3635

3736
## Example of Valid Configuration File
3837

docs/ja/CLOSED_NETWORK.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
- 様々なリソースを作成するため、既存の VPC をインポートする場合は可能な限り clean な環境を利用することを推奨します。
3333
- SAML 連携は利用できません。
3434
- Voice Chat のユースケースは現状利用できません。
35-
- AgentCore Chat のユースケースは現状利用できません。
3635

3736
## 有効な設定ファイルの例
3837

@@ -153,6 +152,7 @@ Certificate body には ssl.crt の中身、Certificate private key には ssl.k
153152
| Amazon Transcribe | 文字起こし | transcribe.\<region>.amazonaws.com | エンドポイントは固定 |
154153
| Amazon Transcribe Streaming | リアルタイム文字起こし | transcribestreaming.\<region>.amazonaws.com | エンドポイントは固定 |
155154
| Amazon Polly | 文字の読み上げ | polly.\<region>.amazonaws.com | エンドポイントは固定 |
155+
| Bedrock AgentCore Runtime | AgentCore Runtime の実行 | bedrock-agentcore.\<region>.amazonaws.com | エンドポイントは固定 |
156156

157157
上の表のすべてのエンドポイントのリゾルバー (フォワーダー) として Resolver Endpoint の IP アドレスを指定するように DNS サーバーの設定を変更してください。
158158
Resolver Endpoint の IP アドレスは、[Route53](https://console.aws.amazon.com/route53resolver) を開き、Inbound endpoints を選択して、作成したエンドポイントをクリックすることで確認できます。
@@ -176,6 +176,7 @@ Resolver Endpoint の IP アドレスは、[Route53](https://console.aws.amazon.
176176
| Amazon Transcribe | 文字起こし | transcribe.\<region>.amazonaws.com | 方法2 |
177177
| Amazon Transcribe Streaming | リアルタイム文字起こし | transcribestreaming.\<region>.amazonaws.com | 方法2 |
178178
| Amazon Polly | 文字の読み上げ | polly.\<region>.amazonaws.com | 方法2 |
179+
| Bedrock AgentCore Runtime | AgentCore Runtime の実行 | bedrock-agentcore.\<region>.amazonaws.com | 方法2 |
179180

180181
- 方法1: [EC2](https://console.aws.amazon.com/ec2/home) の Network Interfaces を開き、「elb」と検索してください。Security group names が ClosedNetworkStack... となっているものが対象の ENI です。Network interface ID をクリックすると Private IPv4 address が確認できます。複数あるため、そのうち 1 つを選択してください。
181182
- 方法2: [VPC](https://console.aws.amazon.com/vpcconsole/home) の Endpoints を開き、該当するサービス名を探してください。サービス名はエンドポイントを反転させたものです。(ただし API Gateway は ID を省略したものです。) VPC endpoint ID をクリックすると、ページ下部にデプロイされた Subnet と IP アドレスが表示されています。複数あるため、そのうち 1 つを選択してください。

0 commit comments

Comments
 (0)