-
**Describe the bug**
After provisioning a greengrass device, I saw the `/greengrass/v2/logs/greengrass.log`
**To Reproduce**
1. Install greengrass via
```
sudo -E java -Droot="/greengrass/v2"…
-
**Describe the bug**
When I deploy a new version of my component, the currently running version of my component is not nicely shutdown but immediately killed.
**To Reproduce**
1. Make a componen…
-
[Background]:
Amazon AWS Greengrass doesn't support to install third party tools to manage python virtual env, but it's good to manage local development environment using uv.
So when I try to deploy…
-
### Describe the bug
We have detected what appears to be a resource leak in the Greengrass nucleus related to IPC subscriptions.
When the below Python code is executed (in a Greengrass component…
-
**Feature Description**
I would like Nucleus to connect to IoT Core with MQTT over Websocket. I've seen this was possible in the past and automatically enabled when using a proxy, but could not find …
-
**Service**
Greengrass
**API Calls / Actions**
All Actions
**CloudFormation Resource Types**
All Resources
**Additional Information**
If there was more info on how you build the massive b…
-
**Feature Description**
Add support for reserved named shadows, namely, shadows that start with a `$`.
**Use Case**
I'm thinking of creating a custom Greengrass component that reports the version…
-
If the rotation process fails, the rotator shouldn't restart Greengrass and see if miraculously everything worked. Instead, it should probably fail the job.
https://github.com/awslabs/aws-greengras…
-
Just like another issue in 2021, I am also trying to enable secure tunnelling in a Device using Greengrass v2, right now I only added the component in the deployment and declared the OS as "raspberry"…
-
We are trying to use FluentBit in an AWS IoT Greengrass Component to log to Cloudwatch. The way Greengrass Components authenticate to AWS services is through a Token Exchange Service (which is another…