Core2-for-AWS-IoT-Kit
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
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.
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.