The Internet of Things on AWS – Official Blog
Tag: internet of things
Sharing a vision for a more connected world with AWS IoT
AWS IoT VP, Yasser Alsaied, talks IoT strategy, commitment, and outlook Introduction The future of the Internet of Things (IoT) has been a topic of ongoing discussion and speculation. With implications for IoT hyperscalers, vendors, and customers alike, the landscape is rapidly evolving. To shed light on this topic, I spoke with Yasser Alsaied, vice […]
Route messages across multiple accounts with AWS IoT Core and Amazon SQS
Introduction In this blog, we explain how to route AWS IoT Core messages from one or more ingestion accounts to Amazon Simple Queue Service (Amazon SQS) in a data account. It is a common pattern to have IoT telemetry ingested into one account and then require it to be shipped to another account for further […]
Managing Docker container lifecycle with AWS IoT Greengrass
Introduction In this post, we will be discussing how to manage Docker container lifecycle using an AWS IoT Greengrass custom component. There are five phases in a Docker container lifecycle: create, run, pause/unpause, stop, and kill. The custom component interacts with the Docker Engine via the Docker SDK for Python to manage processes based on […]
How BISSELL migrated to a new IoT platform using AWS Connected Device Framework
Introduction BISSELL is a family-owned business with over 145 years crafting premium cleaning products that exceed consumer expectations. BISSELL offers a full range of floor care and air treatment products. Connected vacuum cleaners – particularly robotic vacuums – are a growing segment of their business. BISSELL has 1 million registered vacuum devices in their existing […]
Grow your knowledge: a guide to IoT Solutions World Congress 2022
Overview Welcome to your guide for IoT Solutions World Congress, an event showcasing the game-changing solutions and technologies disrupting and transforming industries. Follow the digital conversations via the hashtag, #IOTSWC22. IoT Solutions World Congress will take place May 10-12 in Barcelona, Spain. Join AWS on-site in Barcelona for IoT leadership sessions and IoT device demonstrations […]
How BISSELL migrated a million vacuum devices to a scalable IoT Platform on AWS
This post was co-authored by Ramesh Chinnasamy, Principal Lead, IoT at AWS; John Rotach, Sr. Application Architect at AWS; and Mike Ply, Associate Director, IoT at BISSELL Consumers in countries around the world are finding value in connected vacuum cleaners to tackle life’s everyday messes. As part of the Internet of Things (IoT), connected vacuums […]
5 tips to build AWS IoT Greengrass v2 Components
AWS IoT Greengrass v2, announced on December 2020, is an open source edge runtime service that you can use to build, deploy and manage edge software components and locally act on the data that your intelligent IoT devices capture. For example, you can run data prediction machine learning models, filter and aggregate device data as […]
Creating static IP addresses and custom domains for AWS IoT Core endpoints
The Internet of Things (IoT) describes services and solutions to monitor and control real world objects, such as industrial equipment, light switches, thermostats, sensors and actuators. AWS offers the AWS IoT Core service that allows such devices to connect to the AWS Cloud. The AWS IoT Message Broker is the central point to securely transmit […]
AWS IoT Greengrass now supports the Windows operating system
Introduction Microsoft Windows is a common operating system for devices used in industrial automation. Customers using AWS IoT Greengrass have been restricted to Linux based devices until now. Today we are excited to announce native Windows support for AWS IoT Greengrass v2. This will allow customers to leverage AWS IoT Greengrass on their Windows based […]
Ingesting Data from S3 by Using BatchPutMessage, AWS Lambda, and Amazon Kinesis
AWS IoT Analytics is a fully managed service that you can use to query and generate insights about your IoT data. You might want to use AWS IoT Analytics on data that is not being sent to the AWS IoT Core message broker. By using the AWS IoT Analytics BatchPutMessage API, you can ingest data directly into […]