All Content tagged with AWS IoT Greengrass
AWS IoT Greengrass is an open-source edge runtime and cloud service for building, deploying, and managing device software.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Hello everyone,
I’m currently using the aws.greengrass.SecureTunneling component, **version 1.0.19**, and I’ve encountered connectivity issues, after several connections its stop working....
As per the documentation https://docs.aws.amazon.com/greengrass/v2/developerguide/run-greengrass-docker.html#greengrass-docker-downloads I've tried...
When I try to run any port except 'SSH', i get an error from greengrass like below.
How do I specify a specific port with localproxy so that I can remote tunnel this via ...
Hello,
Is there a greengrass component recipe setting to configure a component to run once when deployed but not run when the greengrass nucleus is restarted? Essentially one-shot functionality.
The...
Let's suppose I have a greengrass component dependent on the docker application manager and I use `docker compose` for container orchestration.
```
---
RecipeFormatVersion: '2020-01-25'
ComponentName:...
Here is my issue.
I recently update a component (Python) to be deployed to my Greengrass core devices. One of the new feature of the component was to log errors to Datadog.
I create a deployment and...
I would like to know if the ECC608 and SIMCOM7600 can be used together. I intend to use a certificate from the ECC608 and have the SIMCOM7600 communicate with AWS IoT Core via MQTT(S), with the board...
I have a Greengrass deployment that includes a custom component as well as the AWS-authored StreamManager component in version 2.1.11. Starting a few hours ago, the StreamManager component has been...
Hello,
I have a component that gets deployed to a dev environment. The component depends on the docker application manager and deploys a number of containers from ECR. In the component recipe, I have...
We have devices that run Greengrass V2. We've enabled Device Defender and have a LOT of resources that fail the "device certificate shared" check. None of our devices share certificates, so I'm...
How to configure deployment defined in yaml to write Greengrass & component logs to CloudWatch logs?
Hello,
I have a deployment defined in yaml that I am trying to extend to write Greengrass & component logs to CloudWatch logs. I can't seem to get the syntax right. I have:
```
targetArn:...
Hi everybody, I don't understand which is the typical scenario where I should use one instead of the other to stream video data from greengrass to the cloud. In my case the camera source is an rtsp...