Skip to content

Why the Endpoint address has the mandatory format: <account-specific-prefix>.iot.<region>.amazonaws.com #194

Answered by jmklix
ce-jaro asked this question in Q&A
Discussion options

You must be logged in to vote

This is a design decision that was made IoT core for how to securely connect with AWS's IoT services. This sdk is just following the requirements required to connect to AWS IoT services (This sdk can also be used to connect to other MQTT servers). You can read more about service endpoints here.

I think you can do what you are looking for by using custom endpoints:

You can also use your own fully-qualified domain name (FQDN), such as example.com, and the associated server certificate to connect devices to AWS IoT by using Configurable endpoints.

Does the above custom endpoints work for you? If this needs any changes to this sdk, it is not possible. This sdk is not accepting any more feat…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmklix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants