0

I am new to AWS and trying to setup my CLI in Windows 10. My cli version is : aws-cli/2.1.19 Python/3.7.9 Windows/10 exe/AMD64 prompt/off

I was able to complete 'aws configure' but when i run 'aws iam list-users' I do not get any results. If it helps, the 'last used' for my accesskeyID is also not updating (still N/A).

Can somebody please help me with this?

  • What do you mean by "when i run 'aws iam list-users' I do not get any results"? – jellycsc Jan 15 '21 at 03:10
  • Thanks for the reply. When I write 'aws iam list-users' on CLI, I get a blank line as output. I have one user set up in IAM so I should at least get that. When I run the same command on the AWS CloudShell, I get the output. – Sameer K Misra Jan 15 '21 at 13:29

1 Answers1

0

This is old issue however this can be help some one

1)check have you installed python, if it is not install python and set Environment Variables

2)Uninstall previously installed AWS CLI and reinstall again

DANESH
  • 1
  • 1