订阅亚马逊 aws iot mqtt

Subscribing to Amazon aws iot mqtt

我正在尝试订阅 aws 中的 mqtt 代理。

为了订阅,我使用的是 mosquitto 客户端(1.4.11 版)。

命令是这样的

mosquitto_sub.exe --cafile "path_to_ca" --cert "path_to_cert" --key "path_to_key" -h id1234.iot.ap-northeast-1.amazonaws.com -p 8883 -q 1 -d -t '$aws/things/DeviceTokyo/shadow/get' -i DeviceTokyoCMD 

但我收到以下回复

Client DeviceTokyoCMD sending CONNECT
Error: The connection was lost.

我认为 issue.There 策略资源 ARN 有问题。所以我做了更改,允许从任何地方接受它,如 *