The Internet of Things on AWS – Official Blog

Category: Technical How-to

How to Implement MQTT with TLS Client Authentication on Port 443 from Client Devices (Python)

Application Layer Protocol Negotiation (ALPN) is an extension to TLS that enables clients connecting to a TLS server to pass an extra parameter, known as a ProtocolNameList. The ProtocolNameList is a preference-ordered list of the application protocols that the client would like to use to communicate. AWS IoT Core now allows you to connect devices […]

Developing Amazon FreeRTOS with Texas Instruments’ Code Composer Studio Version 8

Update: This issue was patched in Amazon FreeRTOS version 1.2.4 to overcome the out-of-the-box experience challenges.  The root cause will be fixed in the upcoming Texas Instruments compiler release.   Last month, Texas Instruments (TI) launched Code Composer Studio (CCS) version 8, which includes the TI MCU compiler version 18.1.1. The Amazon FreeRTOS project for […]

Setting Up Just-in-Time Provisioning with AWS IoT Core

In an earlier blog post about just-in-time registration of device certificates, we discussed how just-in-time registration (JITR) can be used to activate device certificates and attach policies to the certificates immediately after the device is auto-registered. JITR triggers a registration event. You must create an AWS IoT Core rule to listen for the registration event […]

Using AWS IoT Device Management in a Retail Scenario to Process Order Requests

In this blog post, we will simulate a common business scenario to show you how to use the group policy feature in AWS IoT Device Management. Specifically, we will describe: How to create a hierarchical group structure and assign your IoT devices to different groups. How to publish messages to different IoT devices based on […]

MQTT with TLS client authentication on port 443: Why it is useful and how it works

The AWS IoT Core service now allows you to connect devices using MQTT with TLS client authentication on port 443.  Previously this combination of protocol and authentication mechanism was only supported on port 8883.  So what’s the big deal? Read on to learn more about how this feature makes it easier to connect your devices […]

Advancing Maintenance Maturity of Distributed IoT Applications with AWS Greengrass and AWS Step Functions

Shane Baldacchino is a Solutions Architect at Amazon Web Services. Customers have been asking how compute at the edge can be coupled with AWS services to advance maintenance maturity in their organization. In this blog post, we will examine maintenance maturity through the lens of something very common: elevators. We will show how you can […]

Deploy Fleets Easily with AWS IoT Device Management Services

Introduction The Internet of Things (IoT) offers the potential for data acquisition and digital interaction in areas previously inaccessible at an unprecedented scale. The magnitude of this opportunity affects individuals, organizations, and governments in many different ways. In manufacturing, for example, many makers of existing products are racing to integrate connected features into their offerings […]

Building Connected Vehicle Solutions on the AWS Cloud

In response to massive technological changes that are transforming the global automotive industry, the AWS Solutions team has developed the AWS Connected Vehicle solution in order to address the industry’s need for scalability, security, and flexibility when connecting products and services for next-generation vehicles. This reference architecture is designed in accordance with AWS best practices, […]

How to Use Substitution Templates in the Rules Engine to Enrich IoT Messages

Post by Marcos Ortiz, an AWS Solutions Architect The AWS IoT platform allows you to use substitution templates to augment the JSON data returned when a rule is triggered and AWS IoT performs a rule action. The syntax for a substitution template is ${expression}, where expression can be any expression supported by AWS IoT in SELECT or WHERE clauses. For […]