zed editorでのBedrock接続(Proxy経由)

  • zed でAmazon Bedrock接続(Proxy経由)の設定メモ

環境情報

OS macOS
Version 15.5

前提

  • AWS CLIがインストールされ、プロファイル設定が完了していること

Bedrockのモデル有効化

AWSマネジメントコンソールで利用したいRegionでBedrockの画面へアクセス
“Bedrock configurations” > “モデルアクセス” で有効化したいモデルをリクエスト

Zed でのBedrockの設定

Setting.jsonを編集

1
2
3
4
5
6
7
"language_models": {
"bedrock": {
"authentication_method": "named_profile",
"region": "{your-aws-region}}",
"profile": "{your-profile-name}"
},
"proxy": "http://username:password@proxyserver:port"

設定後、必ずZedの再起動が必要