Help us improve AWS re:Post! We're interested in understanding how you use re:Post and its impact on your AWS journey. Please take a moment to complete our brief 3-question survey.
All Content tagged with Internet of Things (IoT)
Connect, collect, store, and analyze device data for industrial, consumer, and commercial use
Content language: English
Select tags to filter
Sort by most recent
386 results
Hello, we are using ec2 virtual machine as a server in Europe (Milan) as a location. We have iot platform in ec2 and our iot devices are connected to this platform. We want to send sms to our users th...
Hello, i'm struggling to publish to IoT Core inside my GreenGrass lambda Function when i use IPC Client V2:
```bash
{error=Principal com.example.MyIoTCorePubSubComponent is not authorized to perfor...
EXPERT
published 2 months ago0 votes101 views
Use the IoT Core registry attribute as a cost effective way of enriching a message and routing to a queue or topic using a single IoT Core Rule.
Hi Team,
We are facing an issue with greengrass v2 deployment at thing and thingGroup level both.
Scenario is like as below :
We have three things for and e.g device1, device2 & device3. All this t...
What is the right way to publish events to MSK Topic from SQS for High Volume and Throughput use case. I am exploring two approaches
1. Lambda - However it becomes costly at higher scale
2. MSK Conn...
I'm currently working on an IoT project using an ESP8266, and I am integrating it with AWS IoT. I'm encountering a "Soft WDT reset" issue, which indicates that the watchdog timer has reset the microco...
EXPERT
published 4 months ago2 votes560 views
This blog covers how to send device messages from AWS IoT Core to a self-managed Kafka cluster hosted on Amazon Elastic Compute Cloud (Amazon EC2) using the AWS IoT Rules Engine.
Currently I have a number of greengrass deployments (declared in yml) where each deployment targets a specific thing group by utilizing the `targetArn` property. For example:
```
targetArn: arn:aws:io...
I am using a private CA that has been registered with IoT core and it is used to sign the device identity key. Have been able to get devices to do Just In Time Provisioning (JITP) using both RSA and E...
I want to be notified when the account reaches the **limit** for Dynamic Thing Groups.
Is there like a AWS metric that I could use to set alarm.
It could be a metric for:
* When CreateDynamicThingGr...
As per the documentation https://docs.aws.amazon.com/greengrass/v2/developerguide/run-greengrass-docker.html#greengrass-docker-downloads I've tried https://github.com/aws-greengrass/aws-greengrass-doc...
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:...