Amazon Web Services Bootcamp
上QQ阅读APP看书,第一时间看更新

Internet of Things

AWS offers Internet of Things (IoT) solutions that can be connected to embedded devices:

  • AWS IoT: AWS IoT is a service that allows you to connect devices with AWS services. It has the ability to make devices interact with applications and send data to and from then. AWS IoT provides an SDK that helps you to connect to devices.
  • IoT Analytics: AWS IoT Analytics allows us to apply analytics on IoT data which is unstructured in nature. It allows us to filter, transform, and enhance the data based on the type of data.
  • IoT Device Management: AWS IoT Device Management allows us to manage IoT devices at a central location. Using this, we can manage a device's inventory and configurations, and provide over-the-air (OTA) updates easily.
  • Amazon FreeRTOS: Amazon FreeRTOS is an operation system for microcontrollers that securely connects to AWS services, such as AWS Greengrass and AWS IoT Core.
  • AWS Greengrass: AWS Greengrass is local software that performs computation, messaging, caching, and data syncing with connected devices. It can also act based on local events generated by devices. AWS Greengrass-supported devices can also transmit data to other devices with the AWS IoT SDK.