Important Note: You will create AWS resources during the workshop which will incur cost in your AWS account. It is recommended to clean-up the resources as soon as you finish the workshop to minimize the cost.

Understanding Device to AWS IoT Core Communication

This is a very interesting workshop to understand how the communication between AWS IoT Core and devices work. Since there is no physical device, you will use MQTT.fx client to simulate the device. The device will send messages to the AWS IoT core. You will use AWS IoT rule to route and store the device messages to the Amazon S3 bucket. You will also implement a scenario where the AWS IoT core will communicate back to the device.

The following diagram shows the scenario you are going to build. Start the workshop

Workshop1