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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠