All Content tagged with AWS IoT Core
AWS IoT Core lets you connect billions of IoT devices and route trillions of messages to AWS services without managing infrastructure.
Content language: English
Select up to 5 tags to filter
Sort by most recent
1300 results
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...
Hello,
I've been doing a datalake solution for a customer heavily relying on AWS infrastructure for about 3-4 years now.
We noticed at some point that there are a lot of errors from Kinesis for...
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...
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:...
I'm implementing a job dispatcher in my iot client. I'd lke to call GetPendingJobExecutionsCommand() using AWS SDK for Javascript V3. When I make the call I'm getting an 'Invalid URL' error. I've...
Is it possible to exclude certain thingGroups from a FreeRTOS OTA update job?
As an example:
Say I have thingGroups: "production", "beta", and "internal". Some things may belong to multiple...
Hello, how are you?
I have an application where IoT devices connect to my topic on IoT Core. I created a device on IoT Core to subscribe to the same topic, receive the messages, and send them to my...
How to do OS updates and security updates on AWS IOT greengrass device. Are there any components?
I have deployed in us-east-2 where the device advisor is not supported in that region
I have a Greengrass device with 5 components built with docker-compose, but I am having the following problem:
1. All 5 components are built with `docker-compose`: In this case, when I run all these...
# The Problem #
I'm spinning up hundreds of Greengrass V2 core devices in a virtual environment using fleet provisioning. Most of the devices are able to be provisioned and get the deployment that's...
I used IOT CORE to receive the data from a terminal or controller of a vendor. I provided him with my client ID and endpoint to connect and other details of things. I was successful in connecting but...