URL for AWS IoT Core Broker

0

I am trying to setup MQTT messaging from a Unitronics PLC to AWS IoT Core and the PLC requires I provide a URL to access the broker. What would the structure of that URL be?

asked a month ago43 views
2 Answers
1

The format has to be something like:

<your-endpoint>.iot.<region>.amazonaws.com

profile picture
EXPERT
answered a month ago
1

Hi. You can get your endpoint with this CLI command:

aws iot describe-endpoint --endpoint-type iot:Data-ATS

https://docs.aws.amazon.com/cli/latest/reference/iot/describe-endpoint.html

Alternatively you can retrieve it in the console at AWS IoT Core -> Settings.

profile pictureAWS
EXPERT
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions