Nov 21, 2016

Building Scalable IoT Applications with AWS IoT

With the explosion of IoT devices across the world, handling communication with those devices in a secure, scalable and globally distributed manner is becoming increasingly important. Protocols such as MQTT offer a means for communicating with these devices but managing the infrastructure required to support this communication proves to be extremely costly. Managed cloud-based solutions such as AWS IoT provide companies with an immediately available solution capable of handling communications with billions of devices.

This talk will provide an overview of the AWS IoT platform. Topics covered will include device communication, the MQTT protocol, server-side message routing, device state management, security and monitoring.

Original slides here, code here.

About the Author

David Reines profile.

David Reines

VP - Technology

David has led the development efforts of several mission-critical enterprise applications in the Twin Cities area. During this time, he has worked very closely with numerous commercial and open source JEE technologies. David has extensive experience in the architecture, design, implementation, deployment and support of highly scalable business applications.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Blog Posts
Android Development for iOS Developers
Android development has greatly improved since the early days. Maybe you tried it out when Android development was done in Eclipse, emulators were slow and buggy, and Java was the required language. Things have changed […]
Add a custom object to your Liquibase diff
Adding a custom object to your liquibase diff is a pretty simple two step process. Create an implementation of DatabaseObject Create an implementation of SnapshotGenerator In my case I wanted to add tracking of Stored […]
Keeping Secrets Out of Terraform State
There are many instances where you will want to create resources via Terraform with secrets that you just don’t want anyone to see. These could be IAM credentials, certificates, RDS DB credentials, etc. One problem […]
Validating Terraform Plans using Open Policy Agent
When developing infrastructure as code using terraform, it can be difficult to test and validate changes without executing the code against a real environment. The feedback loop between writing a line of code and understanding […]