AWS CLI get response very slow on windows 11

0

aws cli version: aws-cli/2.11.21 Python/3.11.3 Windows/10 exe/AMD64 prompt/off

system version: Windows 11

Shell: Windows PowerShell

Test command: aws s3 ls

Response maybe needs up to 4s. And I don't think it's something that refers to the network.

已提问 1 年前422 查看次数
1 回答
0
已接受的回答

Try running the command with "--debug" as an option.
By doing this you can see what is taking time.
Depending on the content, you may need to send an issue to the AWS CLI GitHub.

aws s3 ls --debug
profile picture
专家
已回答 1 年前
profile pictureAWS
专家
已审核 1 年前
  • Thanks for your reply.

    I found it's a network problem because I use the agent.

    Thanks again

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则