AWS IoT Core

Whenever one of your integrated devices sends a signal to our broker, we republish the binary payload to the endpoint specified for its integration through MQTT connection.

Setting up your integration

  1. Click Integrations on the side menu, then click ‘Add integration’ on the top right corner
  2. Select AWS IoT Core as the integration type
  3. Complete your AWS IoT core information.
    1. Name: User-friendly name to identify a specific integration config
    2. Region: Region of your AWS instance
    3. Endpoint: AWS IoT Core MQTT endpoint found on the ‘Connection details’ section on the upper part of ‘MQTT test client’ tab
    4. Topic: MQTT subscription topic that you define on the MQTT test client page
    5. Access key ID and secret access key
      You can find the access key ID and secret through the user account details page of IAM service. Steps to mange the access keys can be found here.
  4. Click ‘Save’ once you’re done. From now on, you can start seeing the incoming telemetry data through the MQTT test client page of your AWS IoT service page.