The Internet of Things on AWS – Official Blog
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 […]
Identify APN Partners to Help You Build Innovative IoT Solutions on AWS
AWS provides essential building blocks to help virtually any company build and deploy an Internet of Things (IoT) solution. Building on AWS, you have access to a broad array of services including AWS IoT, a managed cloud platform that lets connected devices easily and securely interact with cloud applications and other devices, and low-cost data […]
Improved AWS IoT Management Console
For many customers, the management console is the primary tool for interacting with and monitoring AWS IoT. This includes connecting a first device, diving into thing details, finding key resources, and testing with the MQTT client. Over the past year, we received feedback from customers that drove the redesign of a new AWS IoT console […]
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
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 authenticate with AWS IoT. This is an alternative to using certificates generated by AWS IoT. Using your own certificate with AWS IoT is […]
Bites of IoT – Introduction
Welcome to Bites of IoT, the first post in a series designed to introduce developers to AWS IoT. In this first bite, we’ll set up a very simple client that can create things in AWS IoT, send messages to those things, subscribe to topics to receive messages from things, and then clean up. The client […]
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 […]
Introducing AWS IoT Device SDKs for Java and Python
We are proud to announce two new device SDKs for AWS IoT – the AWS IoT SDK for Java and the AWS IoT SDK for Python. These SDKs add to those already available for AWS IoT: Embedded C JavaScript/Node.js Arduino Yún iOS (part of AWS Mobile SDK and samples for iOS) Android (part of AWS Mobile SDK […]