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.

asked a year ago449 views
1 Answer
0
Accepted Answer

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
EXPERT
answered a year ago
profile pictureAWS
EXPERT
reviewed a year ago
  • Thanks for your reply.

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

    Thanks again

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions