How to perform edge computing by aws iot greengrass

0

I would like to perform edge computing by linking two function, one is a web application on my pc, one is a function that recieve data from the web at particular situation to futher operate on cloud and send it back.

But as far as I know, a greengrass component must be put in a S3 bucket, that means all components will be on the cloud. Since two of the function are put on the cloud, that means it will be cloud computing instead of edge computing. Therefore, how can I apply edge computing? Is that other way to store the web app close to the edge device instead of on the cloud (S3)?

1回答
0

Components are copied from S3 to your Greengrass edge device when you do a deployment.

If you'd like to avoid the use of S3 altogether, you can consider performing a local deployment. However, we generally recommend this flow only for development purposes. Once your application is written and tested, it is easier to manage your Greengrass edge deployment via the cloud.

https://docs.aws.amazon.com/greengrass/v2/developerguide/test-components.html

AWS
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ