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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南