Pybytes AWS integration

This commit is contained in:
Christian Castelli
2018-10-29 15:40:45 +01:00
parent 7bff910f4e
commit 8003f4052f
7 changed files with 30 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 KiB

View File

@@ -0,0 +1,5 @@
# Integration with external services
Pybytes offers a way to interact with external IoT platform or custom services, like the following:
* [AWS IoT](aws.md): a managed cloud platform that lets connected devices easily and securely interact with cloud applications and other devices

View File

@@ -0,0 +1,24 @@
# Amazon IoT
Whenever one of your integrated devices sends a message to our broker, we republish the binary payload to the endpoint specified for its integration.
In order to save the data received by AWS, [you must set up a rule](https://docs.aws.amazon.com/iot/latest/developerguide/iot-rules.html). You can also test that everything's working with the [AWS IoT MQTT client](https://docs.aws.amazon.com/iot/latest/developerguide/view-mqtt-messages.html).
**Warning**: do not delete AWS things or groups directly from AWS user interface, otherwise the integration with Pybytes will stop working. Always use Pybytes interface to delete AWS things or groups.
## Integrate your devices
1. Go in the sidebar, click on _New Integration_ and then on _Amazon Web Services_
![](../../.gitbook/assets/01_aws_integration.png)
2. Fill in the form choosing an [AWS region](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html) and your AWS credentials. You can optionally choose to save them inside the local storage for future use. Once you're done, click _Login_
![](../../.gitbook/assets/02_aws_integration.png)
3. In this step, you have to specify the [AWS group](https://docs.aws.amazon.com/iot/latest/developerguide/thing-groups.html) name (just alphanumeric letter, dashes and underscore are allowed), the custom topic and the devices you want to bind to AWS. When you're ready, click _Create_
![](../../.gitbook/assets/03_aws_integration.png)
4. If everything's worked as expected, you should be able to see a summary of your integration like the following:
![](../../.gitbook/assets/04_aws_integration.png)

View File

@@ -28,4 +28,4 @@ In a nutshell, Pybytes is an environment designed to optimise your IoT applicati
* [Getting started with Pybytes](getstarted.md)
* [Connect your Pycom module to Pybytes](connect/)
* [Visualise data from your device](dashboard.md)
* [Integrations with external services](integrations/)