The AWS IoT feed type in ArcGIS Velocity receives event data from AWS IoT. AWS IoT is a managed cloud service that provides a solution for connected devices to interact with AWS cloud services as well as other IoT devices.
For more information about AWS IoT, see AWS IoT in the AWS documentation.
Examples
- A data analyst wants to ingest their sensor data, which is available through the AWS IoT Hub.
- A logistics company configures an AWS IoT feed to consume asset position and attribute information from their IoT sensors.
Usage notes
- AWS IoT connection parameters can be obtained from the AWS IoT web interface.
- After configuring feed connection parameters, see Configure input data to learn how to define the schema and the key parameters.
Parameters
Parameter | Description | Data type |
---|---|---|
Endpoint | The endpoint for the AWS IoT broker. | String |
Access Key ID | The access key for the AWS IoT credentials. | String |
Secret Access Key | The secret access key for the AWS IoT credentials. | Password |
Topic | The topic over which event messages are streaming. | String |
Quality of Service Level | The Quality of Service (QoS) for a connection to the AWS IoT message broker. The AWS IoT message broker supports QoS levels 0 and 1. For more information, see the QoS options in the AWS documentation.
| Integer |
Session Token (optional) | The optional session token for the AWS IoT broker. | String |