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.

posta un anno fa422 visualizzazioni
1 Risposta
0
Risposta accettata

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
ESPERTO
con risposta un anno fa
profile pictureAWS
ESPERTO
verificato un anno fa
  • Thanks for your reply.

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

    Thanks again

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande