dwyl / learn-aws-iot

:bulb: Learn how to use Amazon Web Services Internet of Things (IoT) service to build connected applications.
GNU General Public License v2.0
101 stars 27 forks source link

ATS Endpoint must be used #25

Open mstfldmr opened 5 years ago

mstfldmr commented 5 years ago

You now need to use Amazon Trust Services (ATS) URL instead of the original.

The new urls look like wss://****-ats.iot.ap-southeast-1.amazonaws.com as opposed to the original wss://****.iot.ap-southeast-1.amazonaws.com

You can learn your ATS endpoint with the command aws iot describe-endpoint --endpoint-type iot:Data-ATS

https://aws.amazon.com/blogs/iot/aws-iot-core-ats-endpoints/

https://docs.aws.amazon.com/iot/latest/developerguide/managing-device-certs.html

nelsonic commented 5 years ago

@mstfldmr thank you for opening this issue! 🎉 If you have time, please add this info to the readme via Pull Request.