Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log into your Amazon AWS Console.

  2. Go to the Simple Queue Service and pull up the details for the SQS Queue that you want to utilize. You will need the Queue name later when adding the integration.

  3. Within your AWS account, copy the Access Key and Secret Key pair for the user that will be used to write data to the queue.

    💡 Note: Refer to Amazon's Best Practice guide for setting up, accessing and using these keys. We strongly recommend that you secure the access key used by first creating a policy with create permission to your queue and then add the policy to a user, such as outlined in Access Policies.

  4. Log into your account on the IoT in a Box portal or using the mobile appIoT dashboard account where all of your devices are located.

  5. Select the Integrations option and then select the AWS SQS integration.

  6. Enter the following information to complete the integration:

    • Name: Enter a name for this integration. In case you have multiple integrations, this will help uniquely identify it in the list.

    • Access Key: Enter the Access Key used to access the queue.

    • Access Secret: Enter the Access Secret associated with the Access Key.

    • Queue Url: Enter the URL of your SQS queue.

...