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 Answer
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
answered a year 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