Core2-for-AWS-IoT-Kit icon indicating copy to clipboard operation
Core2-for-AWS-IoT-Kit copied to clipboard

aws iot describe-endpoint give me a 'more' is not recognized as an internal or external command.. on Windows

Open Doug-AWS opened this issue 3 years ago • 1 comments

Here's the command:

aws iot describe-endpoint --endpoint-type iot:Data-ATS

And the error (more is shown with single-quotes):

more is not recognized as an internal or external command,
operable program or batch file.

Doug-AWS avatar Aug 20 '21 15:08 Doug-AWS

Hi Doug, I had to google this one and it seems like an issue with your system paths not being setup correctly. I'm referencing these two posts on Stack Overflow which might provide a solution for the error with the AWS CLI:

  • https://stackoverflow.com/questions/7924967/using-interpreter-to-lookup-module-sys-in-python
  • https://stackoverflow.com/questions/27714719/psql-more-is-not-recognized-error

Hopefully this fixes the issue for you.

rashedtalukder avatar Aug 20 '21 17:08 rashedtalukder