내용으로 건너뛰기

SSO is not working~

0

Hello! $ aws configure sso --> this command is not working in Ubuntu (wsl2). I am attempting to resolve this issue for 2 hours. Although it is working fine in Powershell and all other commands are fine too...and even for "aws configure" , ONLY SSO is not working. It displays as below when I tried $aws configure sso" To see help text, you can run:

Any one can help?

질문됨 3년 전9.2천회 조회

2개 답변
2
수락된 답변

This sounds like you may not have the right version of the AWS CLI installed on your uBuntu instance. By default V1 is available from the uBuntu repository, for V2 (which I recommend you use), you'll need to install it.

Hope this helps.

답변함 3년 전

전문가

검토됨 2년 전

0

Thanks for your prompt reply! One thing I found strange is that it shows currently running on version 2 like below owner@a-Desktop:/mnt/d$ wsl.exe -l -v NAME STATE VERSION

  • Ubuntu Running 2 docker-desktop Stopped 2 docker-desktop-data Stopped 2 which means I am running on version 2 now

However, I found shell commandLine is version 0.2.1 owner@a-Desktop:/mnt/d$ wsl Wsman Shell commandLine, version 0.2.1

I clicked the accepted button for my appreciation to you but pls advise me if you have any clue on this ..

답변함 3년 전

  • Do the following: 'aws --version' at the command line. It should return something like aws-cli/2.10.0 Python/3.11.2 If it is 1.x. update it following the steps above.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠