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.

demandé il y a un an421 vues
1 réponse
0
Réponse acceptée

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
répondu il y a un an
profile pictureAWS
EXPERT
vérifié il y a un an
  • Thanks for your reply.

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

    Thanks again

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions