Dtynin
Dtynin
DIIDevHeads IoT Integration Server
Created by Boss lady on 6/11/2024 in #iot-cloud
how do I use AWS IoT Core to send telemetry data from an edge device
@Boss lady
Hello you would first have to set up aws iot core(on their official site), configure your iot core to ur preferred settings(on their official site), install the libraries required on your terminal
pip install awscli awscli-plugin-endpoint awscli-plugin-iot
pip install awscli awscli-plugin-endpoint awscli-plugin-iot
and then setup AWS CLI by running AWS configure on your terminal
6 replies