Questions tagged with AWS IoT Greengrass
Content language: English
Sort by most recent
I have a greengrass device which appears to be setup functioning and setup correctly - it is a member of a thing group, and it receives deployments which are sent to that group. However
* the AWS...
I am working on implementing Rekognition on AWS Greengrass for testing it for edge computing. My main goal is detecting objects by sending from a RaspberryPi and measuring the latency on edge...
We have a greengrass core device installed in the field and it will loose internet occasionally. When I create new deployments it sometimes the core device does not respond. the last few messages in...
Only sometimes the component install fails as it cannot pull the docker image - its as though it cant connect to docker hub. I'm not sure why this error is occuring and only some of the time, how can...
Context:
Installing AWS IoT Greengrass Secure Tunnel Component 1.0.14 to an ubuntu-based device. Previous versions installed correctly. This most recent version triggers with a Java Runtime...
The following code looks valid to me. But when I try to run it, inside a greengrass component, I get an incomprehensible error:
...blahblahblah
eventstreamrpc.py", line 723, in...
I am getting error {ErrorSet(errorSet=[ErrorModel(errorCode=THING_CERT_NOT_FOUND_ERROR after changing the certificates of the remaining devices. It is taking previous certificates of the device...
We have a few AWS Greengrass components written in Python. These are currently being installed using the `Install` lifecycle in the component recipe. The components have a few external dependecies...
Why is my GG logs showing time difference of 2 hours than my system time. I have NTPD service setup that sets the time to local timezone, but when greengrass service starts, the greengrass.log (as...
Hi,
Does the 'componentStoreMaxSizeBytes' config option also limit the size of the '/greengrass/v2/work/' folder, or is its scope limited only to the '/greengrass/v2/packages' folder?
In the event...
Hi,
I have two questions related to the management of system resources for components:
1. If we do not set any core device nor component-specific system resource limits...
How does outbound only connection work when using Stream Manager to ingest data to a destination like Sitewise? Which port is used by GGv2 to send back data regarding API responses? As per this...