aws cli is being closed on windows 10

0

Error After I installed the Aws CLI it does not work and jump out

  • You'll need to provide a lot more info - how did you install it, how did you configure credentials, how are you running it, what output do you get?

질문됨 일 년 전2865회 조회
4개 답변
0
수락된 답변

I see you've provided a screenshot but it doesn't show what command you entered. I'm guessing you just ran "aws" with no arguments? That's not how it works - it's not an interactive shell. You need to provide commands as arguments, e.g. "aws s3 ls" to list your buckets. Have a good look at the user guide - https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html

전문가
답변함 일 년 전
profile pictureAWS
전문가
검토됨 일 년 전
  • I just ran it whenever I open the AWS CLI it closes and does not let me to enter any commend

  • Open a command shell window, and type "aws" with arguments, e.g. "aws s3 ls". It will probably complain you don't have credentials set up, so type "aws configure". See the user guide for more info.

0

Hi there, i would also review this page - https://docs.aws.amazon.com/cli/latest/userguide/uninstall.html On that page it has a link to some troubleshooting, please have a look there to see if your relevant error is in that list.

AWS
전문가
답변함 일 년 전
  • Thank you I have already checked but there is no info

0

Do not run the aws.exe file directly. Instead, open your Windows Command Prompt or Windows PowerShell from the Start menu. In the terminal window that opens, type the AWS CLI commands you want to execute and press ENTER, for example:

aws s3 ls
profile pictureAWS
답변함 일 년 전
0

Thanks to everyone who has answered my question unfortunately the Aws re:post system cut off my access to my account and I am writing with another account to appreciate everyone here. Vahid Rahimi

답변함 일 년 전

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

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

질문 답변하기에 대한 가이드라인

관련 콘텐츠