The Internet of Things on AWS – Official Blog
Category: AWS IoT Core
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 […]
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 […]
Samsung Selects AWS IoT for Cloud Print with Help from ClearScale
Background ClearScale was founded in 2011, with a focus on delivering best-of-breed cloud systems integration, application development, and managed services. We are an AWS Premier Consulting Partner with competencies in Migration, DevOps, Marketing & Commerce, Big Data, and Mobile. Our experienced engineers, architects, and developers are all certified or accredited by AWS. We have a […]
How AI Will Accelerate IoT Solutions for Enterprise
Artificial intelligence (AI) is going mainstream, which has long-lasting implications for how enterprises build and improve their products and services. As announced at re:Invent 2016, AWS is simplifying artificial intelligence (AI) adoption through three low-cost, cloud-based services built for AI-specific uses cases. Instead of creating proprietary algorithms, data models or machine learning techniques, all levels […]
Connect your devices to AWS IoT using the Sigfox network
Connectivity is a key element to evaluate when designing IoT systems as it will weigh heavily on the performance, capabilities, autonomy of battery powered objects, and cost of the overall solution. There is no one network that fits all scenarios which is why AWS partners with many different network providers. By partnering, you can then […]
IoT for Non-IP Devices
Connected devices have found their way into a myriad of commercial and consumer applications. Industries have already moved, or are in the process of moving to, operational models that require them to measure broad data points in real time and optimize their operations based on their analysis of this data. The move to smart connected […]
Access Cross Account Resources Using the AWS IoT Rules Engine
The AWS IoT platform enables you to connect your internet-enabled devices to the AWS cloud via MQTT/HTTP/Websockets protocol. Once connected, the devices can send data to MQTT topic(s). Data ingested on MQTT topics can be routed into AWS services (like Amazon S3, Amazon SQS, Amazon DynamoDB, Amazon Lambda etc.), by configuring rules in AWS IoT […]
Bites of IoT – Rules Engine and Amazon SNS
Welcome to another installment in the Bites of IoT blog series. In this bite, we will use the AWS IoT rules engine to select and route a message to Amazon Simple Notification Service (Amazon SNS). Specifically, we’ll send a text message to a phone number when someone rings a virtual doorbell. Concepts Covered in This […]
Just-in-Time Registration of Device Certificates on AWS IoT
May 20, 2025: The AWS IoT action “iot:AttachPrinciplePolicy” used in this blog post has been deprecated. Please use iot:AttachPolicy as an alternate option. In an earlier blog post about certificates, we discussed how use-your-own-certificate support in AWS IoT lets customers use device certificates signed and issued by their own certificate authority (CA) to connect and […]
Anomaly Detection Using AWS IoT and AWS Lambda
September 8, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. One of the biggest benefits of the Internet of Things (IoT) is the ability to get contextual insight from sensor data. Before you analyze sensor data, you may want to remove anomalies. Sometimes, though, you may want to analyze the […]