0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

家の環境(温度・湿度・大気圧)をAWSに蓄積して分析してみるの巻 その3

Posted at

前回まで

家の環境(温度・湿度・大気圧)をAWSに蓄積して分析してみるの巻 その1
家の環境(温度・湿度・大気圧)をAWSに蓄積して分析してみるの巻 その2

今回の内容

デバイスからpublishしたデータをS3に送るところまでの設定をやります。

IoT Coreでルールを作成します。

  1. ACT > ルール > ルールの作成を選択
    image.png

  2. 名前と説明を入力します。
    image.png

  3. ルールクエリステートメントで、どのトピックにおいてルールをトリガーさせるか指定します。FROM句にトピック名を記載します。
    image.png

1. アクションの設定をしていきます。今回はS3へデータを送る設定をします。
image.png

image.png

S3を選択、アクションの設定を選択します。
image.png

今回は新しいリソースを作成するからS3のバケットを新しく作って設定しました。
キーはこちらを参考に設定しました。
image.png

  1. ルールの作成を選択し、設定を終えます。

設定後の動作確認

デバイスの電源を入れて、publishを始めます。
↓のとおり、データがS3に溜まりはじめました。
image.png

データをダウンロードして開き、中身がpublishしたデータであることを確認しました。
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?