MQTT without SSL/TLS in AmazonMQ

0

Hello, from what I understand there is no option to have MQTT insecure protocol (without SSL) using Amazon MQ. Is that correct?

I have some microcontroller with limited capabilities (but sporadically sending 1 msg every second), written in C, that do not allow for SSL connection (at least that's what the engineer has told me, I'm pushing to change that but it's not a short term solution) We have been using nodejs and other custom made brokers to connect these devices with a central server. In the near future we need to produce thousands of these microcontrollers, so my hope was to use Amazon MQ as the broker and delegate the issue of load balancing and so on...

Is there a way to open another endpoint in Amazon MQ or is there another service I could use to have a broker without SSL, apart from creating and managing my own on a EC2 instance?

Thanks

已提問 6 個月前檢視次數 572 次
1 個回答
1

A possible solution is to use a MQTT bridge With it you could have a local MQTT broker talking to the sensors in the local network, using a non-TLS connection, and have the local MQTT broker forward the messages to AWS using a TLS connection.

An insecure, not recommended option would be: you can also configure NGINX as a TCP proxy, have them installed on ECS/EC2 instances and have them responsible for the encryption.

Both options required extra infrastructure, but those are the ones I am aware. Let see if the community comes with some other options, eager to learn as well!

profile pictureAWS
已回答 6 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南