In previous chapters, we designed an end-to-end standard architecture from the sensor to the operator. In this chapter, we will discover that AWS has a lot of similarities with the architecture proposed in the previous chapter; this cloud architecture is strongly based on microservices, queues, and common protocols, including HTTPS, MQTT, and REST API. From the point of view of infrastructure, AWS supports Kubernetes, Hadoop, Docker, and serverless platforms. From an IoT perspective, AWS has built its own solution: AWS IoT.
AWS architecture
AWS IoT
AWS IoT is the IoT platform of AWS. The key components of AWS IoT are the following:
- AWS Greengrass
- AWS IoT Core
- AWS IoT Analytics
Other components of AWS that are not specific...