Getting started with AWS IoT
Agenda
- Setting up AWS IoT Account
- Connecting Node MCU to AWS IoT
- MQTT
- Rule Engine
Setting up AWS IoT Account
Create AWS IoT Account
- Goto : https://console.aws.amazon.com/console/home
- Register / Login
- Services -> AWS IoT
- Create IAM credentials
Explore
- Dashboard
- Registry - Things, Types
- Security - Certificates, Policies
- Rules
- Test Client
Create IAM Credentials
- Services -> IAM
- Add User
- Access type -> Programmatic
- Permissions ->Attach existing policy
- Select AdminsitratorAccess
- Review, Create User
- Download .csv
Connecting ESP8266 to AWS IoT
Setup AWS CLI
- Install VirtualBox https://www.virtualbox.org/wiki/Downloads
- Install Extension Packs
- Download Appliance https://drive.google.com/open?id=0BxIbLRg6R6arRl9NdVgtb2VsRGM
- Import Appliance in VirtualBox
- Install AWS Cli - sudo apt-get install awscli
- Run aws configure
- Run aws iot describe-endpoint
Connect NodeMCU to AWS
https://github.com/SuperHouse/esp-open-rtos/tree/master/examples/aws_iot
deck
By Nipun Kanade
deck
- 449