Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

AgentCore provides no information on AWS account or profile being used

オープン
#2,009 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
38/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
aws, typescript

調査の方向性

AgentCore CLI の status/dev エントリポイントと、issue にリンクされている getting-started CLI ドキュメントから始め、プロファイルサポートの背景については #1727 を確認してください。完了の条件は、ドキュメントでローカル AWS アクセスを説明し、status が解決されたアカウントまたはプロファイルを識別し、報告された Windows のフローに対して動作を確認できていることです。

索引モデルが issue の本文から書いたものです。

説明

bug
Description

The AgentCore "getting started" instructions are not clear that "local" development actually accesses AWS, and critically apparently provides no indication of which AWS account is being used.

Steps to Reproduce

Follow the instructions for Get started with the AgentCore CLI:

agentcore create --name MyAgent --framework Strands --protocol HTTP --model-provider Bedrock --memory none
cd MyAgent
agentcore status

Status says:

AgentCore Status (target: )

Agents
MyAgent: Local only

Then run:

agentcore dev

Enter a question, e.g.:

What are the benefits of uv over pip?

Expected Behavior
  1. "Local only" means no server access.
  2. If an AWS account is accessed, agentcore status should indicate which account is being accessed.
Actual Behavior
  1. An error occurred, which apparently means that "local only" is not "local only".

    Error: An error occurred (AccessDeniedException) when calling the ConverseStream operation: Your account is currently being verified. Verification normally takes less than 2 hours. Until your account is verified, you may not have access to this operation. If you are still receiving this message after more than 2 hours, please let us know by writing to aws-verification@amazon.com. We appreciate your patience.

  2. There is no information about which AWS account is being accessed, and no obvious way to find out.
CLI Version

0.27.0

Operating System

Windows

Additional Context

AWS best practices requires setting up multiple accounts. Users need to be able to know which account is being accessed. This issue is a compounding of the critical oversight of #1727: the --profile switch is not implemented, and it's not even clear if AWS_PROFILE is supported. Therefore, when the "local" setup tries to access something that isn't local, users need to know what it's trying to access.

  1. Improve the documentation to explain that "local" (apparently) only refers to the agent harness; an AWS account is still being accessed.
  2. Implement --profile and AWS_PROFILE from #1727.
  3. Provide visibility in agentcore status to indicate which profile is being resolved.
主要言語
TypeScript
スター
291
フォーク
96
平均マージ
21時間 31分
マージ済み PR(30日)
217

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

aws/agentcore-cli のほかの issue

aws/agentcore-cli の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。