m5stack / Core2-for-AWS-IoT-Kit

Accompanying code for use with AWS IoT Kit content. Works with PlatformIO and ESP-IDF v4.2.
https://m5stack.com/collections/m5-core/products/m5stack-core2-esp32-iot-development-kit-for-aws-iot-edukit
MIT License
127 stars 66 forks source link

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

Open Doug-AWS opened 3 years ago

Doug-AWS commented 3 years ago

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.
rashedtalukder commented 3 years ago

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:

Hopefully this fixes the issue for you.