Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

AgentCore provides no information on AWS account or profile being used

Đang mở
#2,009 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Maintainer thường phản hồi trong vòng 1 ngày

Chưa có ai nhận issue này.

Đánh giá

Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức phù hợp với người mới
38/100
Loại issue
Lỗi
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Ít trao đổi
Công nghệ
aws, typescript
Lĩnh vực
cli, cloud, documentation

Hướng nghiên cứu

Bắt đầu với các entry point status/dev của AgentCore CLI và tài liệu CLI getting-started được liên kết trong issue; xem lại #1727 để nắm ngữ cảnh hỗ trợ profile. Hoàn tất có nghĩa là tài liệu giải thích quyền truy cập AWS cục bộ và status xác định account hoặc profile đã được phân giải, với hành vi được kiểm tra theo flow Windows đã được báo cáo.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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 [email protected]. 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.
Ngôn ngữ chính
TypeScript
Star
291
Fork
96
Merge trung bình
20 giờ 50 phút
Pull request đã merge (30 ngày)
214

Chuẩn bị môi trường

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của aws/agentcore-cli

Tất cả issue của aws/agentcore-cli

Issue tương tự

Thêm issue về TypeScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.