November 2018
Intermediate to advanced
556 pages
14h 42m
English
AWS IoT is the IoT platform of AWS. The key components of AWS IoT are the following:
Other components of AWS that are not specific to the IoT are listed as follows:
The following diagram is the proposed architecture for the I-IoT using AWS:

IoT Core is the hub to which the devices send data using several protocols. In our exercise, this was MQTT. The data can be stored in DynamoDB for time-series data, or S3 for object data. AWS allows us to perform this ...