How to subscribe to IoT core using MQTT uri

0

Hey,

I need to connect a remote application to IoT core. Using Mqtt i'll need an URI but where do i find this uri? or how would this uri look like ? and which port should i use ?

asked a year ago304 views
1 Answer
2

Hi,

you can find your AWS IoT Core endpoint in the AWS IoT management console under Settings or with the DescribeEndpoint API.

You can use the AWS CLI to call this API: aws iot describe-endpoint --endpoint-type iot:Data-ATS.

Please take a look at device communication protocols for the support ports.

Cheers,
Philipp

AWS
EXPERT
answered a year 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