When should I use IoT Core?

0

As long as I see IoT Core, it's possible to realize similar functions by using API Gateway, Lambda, Cognito etc... Is having physical devices the only reason to choose IoT Core? Are there any other reasons to choose IoT Core?

1 Answer
1

AWS IoT Core is a fully managed service, so you won't have to manage the underlying components. If you built similar functionality using AWS Lambda, API Gateway, etc you would have to configure it and write it. Here is a good blog with an overview of IoT Core.

IoT Core isn't limited to physical devices. Take a look at this reference architecture for a game backend.

profile pictureAWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions