Skip to content

Commit ecebdb9

Browse files
author
Microchip Technology
committed
MCU8MASS-265:Updated flowchart.;MCU8MASS-267: Added table with supported AWS regions.;MCU8MASS-263: Updated tutorials to use MAR instead of JITR.;MCU8MASS-263: Updated a tutorial description to include MAR.;MCU8MASS-263: Removed spoiler tag.;
1 parent 27f05f7 commit ecebdb9

File tree

6 files changed

+1524
-1842
lines changed

6 files changed

+1524
-1842
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ A crash course in basic public-key cryptography, and their use in the X.509 stan
5454

5555
### [A More Thorough Look into the Provisioning Process](./a-more-thorough-look-into-the-provisioning-process)
5656

57-
Explores what happens when a board is provisioned through *JITR* (Just In Time Registration) using the [*IoT Provisioning Tool*](http://www.microchip.com/mymicrochip/filehandler.aspx?ddocname=en1001525). JITR is achieved by setting up an AWS Lambda function, which in turn generates an AWS IoT Core Policy and sets up all authentication for the given board. Recommended for readers who desire to understand the details of how devices are authenticated.
57+
Explores what happens when a board is provisioned through *MAR* (Multi-Account Registration) and *JITR* (Just In Time Registration) using the [*IoT Provisioning Tool*](http://www.microchip.com/mymicrochip/filehandler.aspx?ddocname=en1001525). The JITR method uses an AWS Lambda function to register devices and certificates in the cloud during the first connection, while the MAR method is based around pre-registered devices and certificates. Recommended for readers who desire to understand the details of how devices are authenticated.
5858

5959
### [An Introduction to Device Shadows and AWS Lambda](./an-introduction-to-device-shadows-and-aws-lambda)
6060

@@ -68,10 +68,6 @@ A tutorial where sensor data from the [PIC-IoT](https://www.microchip.com/Develo
6868

6969
A tutorial showcasing how sensor data from the [PIC-IoT](https://www.microchip.com/DevelopmentTools/ProductDetails/ev54y39a?utm_campaign=IoT-WA-DevBoards&utm_source=GitHub&utm_medium=hyperlink&utm_term=&utm_content=microchip-iot-developer-guide-for-aws-main-tutorial-list) and [AVR-IoT](https://www.microchip.com/DevelopmentTools/ProductDetails/ev15r70a?utm_campaign=IoT-WA-DevBoards&utm_source=GitHub&utm_medium=hyperlink&utm_term=&utm_content=microchip-iot-developer-guide-for-aws-main-tutorial-list) Development Boards can be visualized in near *real-time* with [Amazon Web Services®](https://aws.amazon.com/what-is-aws/). [AWS IoT Core](https://aws.amazon.com/iot-core/) and [AWS Lambda](https://aws.amazon.com/lambda/) are used to route the sensor data to [Amazon CloudWatch](https://aws.amazon.com/cloudwatch/), where it is used to generate a continuously updating plot of the temperature and light level measured by the device.
7070

71-
### Designing for Scale! - Simulating an IoT Network
72-
73-
***Coming Soon***
74-
7571
## Feedback and questions
7672
<p align="middle">
7773
<a href="https://github.com/microchip-pic-avr-solutions/microchip-iot-developer-guides-for-aws/issues"><img src="figures/feedback_button.svg" width="100%" /></a>

0 commit comments

Comments
 (0)